![]() |
ATLAS Offline Software
|
#include <IGeantFollowerHelper.h>
Public Member Functions | |
| virtual | ~IGeantFollowerHelper () |
| Virtual destructor. | |
| virtual void | beginEvent ()=0 |
| virtual void | trackParticle (const G4ThreeVector &pos, const G4ThreeVector &mom, int pdg, double charge, float t, float X0)=0 |
| virtual void | endEvent ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| AlgTool and IAlgTool interface methods. | |
Definition at line 26 of file IGeantFollowerHelper.h.
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
inlinestatic |
AlgTool and IAlgTool interface methods.
Definition at line 33 of file IGeantFollowerHelper.h.
|
pure virtual |