ATLAS Offline Software
|
#include <IModuleStepper.h>
Public Member Functions | |
virtual | ~IModuleStepper () |
Virtual destructor. More... | |
virtual std::vector< DigitizationStep > | cellSteps (const DigitizationModule &dmodule, const Amg::Vector3D &startPosition, const Amg::Vector3D &endPosition) const =0 |
calculate the steps caused by this strack - full simulation interface More... | |
virtual std::vector< DigitizationStep > | cellSteps (const DigitizationModule &dmodule, const Amg::Vector2D &intersection, const Amg::Vector3D &direction) const =0 |
calculate the steps caused by this track - fast simulation interface More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
AlgTool and IAlgTool interface methods. More... | |
Interface class IModuleSteppers
Definition at line 32 of file IModuleStepper.h.
|
inlinevirtual |
|
pure virtual |
calculate the steps caused by this track - fast simulation interface
Implemented in Trk::PlanarModuleStepper.
|
pure virtual |
calculate the steps caused by this strack - full simulation interface
Implemented in Trk::PlanarModuleStepper.
|
inlinestatic |
AlgTool and IAlgTool interface methods.
Definition at line 39 of file IModuleStepper.h.