Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
CB_G4UserTrackingAction Struct Reference
Inheritance diagram for CB_G4UserTrackingAction:
G4UserTrackingAction

Public Member Functions

void PreUserTrackingAction (const G4Track *atrack)
 
void PostUserTrackingAction (const G4Track *atrack)
 
- Public Member Functions inherited from G4UserTrackingAction
 G4UserTrackingAction ()
 
virtual ~G4UserTrackingAction ()
 
void SetTrackingManagerPointer (G4TrackingManager *pValue)
 

Additional Inherited Members

- Protected Attributes inherited from G4UserTrackingAction
G4TrackingManagerfpTrackingManager
 

Detailed Description

Definition at line 41 of file pyG4UserTrackingAction.cc.

Member Function Documentation

void CB_G4UserTrackingAction::PostUserTrackingAction ( const G4Track atrack)
inlinevirtual

Reimplemented from G4UserTrackingAction.

Definition at line 54 of file pyG4UserTrackingAction.cc.

References G4UserTrackingAction::PostUserTrackingAction().

Referenced by export_G4UserTrackingAction().

54  {
55  if(const override& f= get_override("PostUserTrackingAction")) {
56  f(boost::ref(atrack));
57  } else {
59  }
60  }
virtual void PostUserTrackingAction(const G4Track *)
void CB_G4UserTrackingAction::PreUserTrackingAction ( const G4Track atrack)
inlinevirtual

Reimplemented from G4UserTrackingAction.

Definition at line 45 of file pyG4UserTrackingAction.cc.

References G4UserTrackingAction::PreUserTrackingAction().

Referenced by export_G4UserTrackingAction().

45  {
46  if(const override& f= get_override("PreUserTrackingAction")) {
47  f(boost::ref(atrack));
48  } else {
50  }
51  }
virtual void PreUserTrackingAction(const G4Track *)

The documentation for this struct was generated from the following file: