ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Trk::IGeantFollowerHelper Class Referenceabstract

#include <IGeantFollowerHelper.h>

Inheritance diagram for Trk::IGeantFollowerHelper:
Collaboration diagram for Trk::IGeantFollowerHelper:

Public Member Functions

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

Detailed Description

Definition at line 26 of file IGeantFollowerHelper.h.

Constructor & Destructor Documentation

◆ ~IGeantFollowerHelper()

virtual Trk::IGeantFollowerHelper::~IGeantFollowerHelper ( )
inlinevirtual

Virtual destructor.

Definition at line 30 of file IGeantFollowerHelper.h.

30 {}

Member Function Documentation

◆ beginEvent()

virtual void Trk::IGeantFollowerHelper::beginEvent ( )
pure virtual

◆ endEvent()

virtual void Trk::IGeantFollowerHelper::endEvent ( )
pure virtual

◆ interfaceID()

static const InterfaceID& Trk::IGeantFollowerHelper::interfaceID ( )
inlinestatic

AlgTool and IAlgTool interface methods.

Definition at line 33 of file IGeantFollowerHelper.h.

33 { return IID_IGeantFollowerHelper; }

◆ trackParticle()

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

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