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

#include <IGeantFollowerMSHelper.h>

Inheritance diagram for Trk::IGeantFollowerMSHelper:
Collaboration diagram for Trk::IGeantFollowerMSHelper:

Public Member Functions

virtual ~IGeantFollowerMSHelper ()
 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 IGeantFollowerMSHelper.h.

Constructor & Destructor Documentation

◆ ~IGeantFollowerMSHelper()

virtual Trk::IGeantFollowerMSHelper::~IGeantFollowerMSHelper ( )
inlinevirtual

Virtual destructor.

Definition at line 30 of file IGeantFollowerMSHelper.h.

30 {}

Member Function Documentation

◆ beginEvent()

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

◆ endEvent()

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

◆ interfaceID()

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

AlgTool and IAlgTool interface methods.

Definition at line 33 of file IGeantFollowerMSHelper.h.

33 { return IID_IGeantFollowerMSHelper; }

◆ trackParticle()

virtual void Trk::IGeantFollowerMSHelper::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: