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