ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
InDet::IInDetCosmicsEventPhaseTool Class Referenceabstract

#include <IInDetCosmicsEventPhaseTool.h>

Inheritance diagram for InDet::IInDetCosmicsEventPhaseTool:
Collaboration diagram for InDet::IInDetCosmicsEventPhaseTool:

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

Detailed Description

Definition at line 22 of file IInDetCosmicsEventPhaseTool.h.

Member Function Documentation

◆ findPhase() [1/2]

virtual double InDet::IInDetCosmicsEventPhaseTool::findPhase ( const Trk::Segment segment) const
pure virtual

finds event phase of a segment from the leading edge

Implemented in InDet::InDetSlidingWindowTrackTimeTool, InDet::InDetCosmicsEventPhaseTool, and InDet::InDetFixedWindowTrackTimeTool.

◆ findPhase() [2/2]

virtual double InDet::IInDetCosmicsEventPhaseTool::findPhase ( const Trk::Track track) const
pure virtual

finds event phase of a track from the leading edge

Implemented in InDet::InDetSlidingWindowTrackTimeTool, InDet::InDetCosmicsEventPhaseTool, and InDet::InDetFixedWindowTrackTimeTool.

◆ findPhaseFromTE()

virtual double InDet::IInDetCosmicsEventPhaseTool::findPhaseFromTE ( const Trk::Track track) const
pure virtual

finds event phase of a track from the trailing edge

Implemented in InDet::InDetSlidingWindowTrackTimeTool, InDet::InDetCosmicsEventPhaseTool, and InDet::InDetFixedWindowTrackTimeTool.

◆ interfaceID()

const InterfaceID & InDet::IInDetCosmicsEventPhaseTool::interfaceID ( )
inlinestatic

Definition at line 37 of file IInDetCosmicsEventPhaseTool.h.

38  {
39  return IID_IInDetCosmicsEventPhaseTool;
40  }

The documentation for this class was generated from the following file: