ATLAS Offline Software
|
#include <IEnergyLossMonitor.h>
Public Member Functions | |
virtual void | initializeTrack (double p, double E, double eta, double phi)=0 |
Initialize State. More... | |
virtual void | recordTrackState (const Amg::Vector3D &pos, const Amg::Vector3D &mom, double mass)=0 |
Record a single TrackState. More... | |
virtual void | finalizeTrack ()=0 |
Finalization State. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Interface ID, declared here, and defined below. More... | |
Very simple helper Tool to record the eneryloss steps track, this works only for single track events.
Definition at line 27 of file IEnergyLossMonitor.h.
|
pure virtual |
Finalization State.
Implemented in Trk::EnergyLossMonitor.
|
pure virtual |
Initialize State.
Implemented in Trk::EnergyLossMonitor.
|
inlinestatic |
Interface ID, declared here, and defined below.
Definition at line 47 of file IEnergyLossMonitor.h.
|
pure virtual |
Record a single TrackState.
Implemented in Trk::EnergyLossMonitor.