Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CB_G4UserTrackingAction Struct Reference
Inheritance diagram for CB_G4UserTrackingAction:
Collaboration diagram for CB_G4UserTrackingAction:

Public Member Functions

void PreUserTrackingAction (const G4Track *atrack)
 
void PostUserTrackingAction (const G4Track *atrack)
 
- Public Member Functions inherited from G4UserTrackingAction
 G4UserTrackingAction ()
 
virtual ~G4UserTrackingAction ()
 
virtual 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.

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

Here is the call graph for this function:

Here is the caller graph for this function:

void CB_G4UserTrackingAction::PreUserTrackingAction ( const G4Track atrack)
inlinevirtual

Reimplemented from G4UserTrackingAction.

Definition at line 45 of file pyG4UserTrackingAction.cc.

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

Here is the call graph for this function:

Here is the caller graph for this function:


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