ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::IGeantFollowerHelper Class Referenceabstract

#include <IGeantFollowerHelper.h>

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

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.

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()

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

AlgTool and IAlgTool interface methods.

Definition at line 33 of file IGeantFollowerHelper.h.

static const InterfaceID IID_IGeantFollowerHelper("IGeantFollowerHelper", 1, 0)
Interface ID for IGeantFollowerHelperFollowerHelper.

◆ 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: