ATLAS Offline Software
|
#include <IInDetCosmicsEventPhaseTool.h>
Public Member Functions | |
virtual double | findPhase (const Trk::Track *track) const =0 |
finds event phase of a track from the leading edge More... | |
virtual double | findPhase (const Trk::Segment *segment) const =0 |
finds event phase of a segment from the leading edge More... | |
virtual double | findPhaseFromTE (const Trk::Track *track) const =0 |
finds event phase of a track from the trailing edge More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Definition at line 22 of file IInDetCosmicsEventPhaseTool.h.
|
pure virtual |
finds event phase of a segment from the leading edge
Implemented in InDet::InDetSlidingWindowTrackTimeTool, InDet::InDetCosmicsEventPhaseTool, and InDet::InDetFixedWindowTrackTimeTool.
|
pure virtual |
finds event phase of a track from the leading edge
Implemented in InDet::InDetSlidingWindowTrackTimeTool, InDet::InDetCosmicsEventPhaseTool, and InDet::InDetFixedWindowTrackTimeTool.
|
pure virtual |
finds event phase of a track from the trailing edge
Implemented in InDet::InDetSlidingWindowTrackTimeTool, InDet::InDetCosmicsEventPhaseTool, and InDet::InDetFixedWindowTrackTimeTool.
|
inlinestatic |
Definition at line 37 of file IInDetCosmicsEventPhaseTool.h.