ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
IActsGeantFollowerHelper Class Referenceabstract

#include <IActsGeantFollowerHelper.h>

Inheritance diagram for IActsGeantFollowerHelper:
Collaboration diagram for IActsGeantFollowerHelper:

Public Member Functions

virtual ~IActsGeantFollowerHelper ()
 Virtual destructor. More...
 
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. More...
 

Detailed Description

Definition at line 16 of file IActsGeantFollowerHelper.h.

Constructor & Destructor Documentation

◆ ~IActsGeantFollowerHelper()

virtual IActsGeantFollowerHelper::~IActsGeantFollowerHelper ( )
inlinevirtual

Virtual destructor.

Definition at line 20 of file IActsGeantFollowerHelper.h.

20 {}

Member Function Documentation

◆ beginEvent()

virtual void IActsGeantFollowerHelper::beginEvent ( )
pure virtual

◆ endEvent()

virtual void IActsGeantFollowerHelper::endEvent ( )
pure virtual

◆ interfaceID()

static const InterfaceID& IActsGeantFollowerHelper::interfaceID ( )
inlinestatic

AlgTool and IAlgTool interface methods.

Definition at line 23 of file IActsGeantFollowerHelper.h.

23 { return IID_IActsGeantFollowerHelper; }

◆ trackParticle()

virtual void IActsGeantFollowerHelper::trackParticle ( const G4ThreeVector &  pos,
const G4ThreeVector &  mom,
int  pdg,
double  charge,
float  t,
float  X0,
bool  isSensitive 
)
pure virtual

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