#include <L1Trigger/DTUtilities/interface/DTTrigData.h>
Public Member Functions | |
virtual DTChamberId | ChamberId () const =0 |
Identifier of the associated chamber. | |
DTTrigData () | |
Constructor. | |
virtual void | print () const =0 |
Print a trigger-data object with also local and global position/direction. | |
int | sector () const |
Return sector number. | |
int | station () const |
Return station number. | |
int | wheel () const |
Return wheel number. | |
virtual | ~DTTrigData () |
Destructor. |
Definition at line 34 of file DTTrigData.h.
DTTrigData::DTTrigData | ( | ) | [inline] |
virtual DTTrigData::~DTTrigData | ( | ) | [inline, virtual] |
virtual DTChamberId DTTrigData::ChamberId | ( | ) | const [pure virtual] |
Identifier of the associated chamber.
Implemented in DTBtiTrig, DTBtiTrigData, DTSectCollPhSegm, DTSectCollThSegm, DTTracoTrig, DTTracoTrigData, DTChambPhSegm, and DTChambThSegm.
Referenced by DTTrig::CMSDirection(), DTTrig::CMSPosition(), DTTrig::localDirection(), DTTrig::localPosition(), DTTrig::print(), sector(), station(), and wheel().
virtual void DTTrigData::print | ( | ) | const [pure virtual] |
Print a trigger-data object with also local and global position/direction.
Implemented in DTBtiTrig, DTBtiTrigData, DTSectCollPhSegm, DTSectCollThSegm, DTTracoTrig, DTTracoTrigData, DTChambPhSegm, and DTChambThSegm.
Referenced by DTTSTheta::print(), and DTGeomSupplier::print().
Return sector number.
Definition at line 54 of file DTTrigData.h.
References ChamberId(), and DTChamberId::sector().
Referenced by DTSectCollPhSegm::print(), DTChambPhSegm::print(), DTSectCollThSegm::print(), and DTChambThSegm::print().
int DTTrigData::station | ( | ) | const [inline] |
Return station number.
Definition at line 51 of file DTTrigData.h.
References ChamberId(), and DTChamberId::station().
Referenced by DTSectCollPhSegm::print(), DTChambPhSegm::print(), DTSectCollThSegm::print(), and DTChambThSegm::print().
int DTTrigData::wheel | ( | ) | const [inline] |
Return wheel number.
Definition at line 48 of file DTTrigData.h.
References ChamberId(), and DTChamberId::wheel().
Referenced by DTSectCollPhSegm::print(), DTChambPhSegm::print(), DTSectCollThSegm::print(), and DTChambThSegm::print().