#include <DTTracoId.h>
Public Member Functions | |
DTChamberId | ChamberId () const |
Returns the chamber id. More... | |
DTTracoId () | |
Constructor. More... | |
DTTracoId (const DTChamberId &mu_stat_id, const int traco_id) | |
Constructor. More... | |
DTTracoId (const int wheel_id, const int station_id, const int sector_id, const int traco_id) | |
Constructor. More... | |
DTTracoId (const DTTracoId &tracoId) | |
Constructor. More... | |
bool | operator< (const DTTracoId &id) const |
bool | operator== (const DTTracoId &id) const |
int | sector () const |
Returns sector number. More... | |
int | station () const |
Returns station number. More... | |
int | traco () const |
Returns the traco. More... | |
int | wheel () const |
Returns wheel number. More... | |
virtual | ~DTTracoId () |
Destructor. More... | |
Private Attributes | |
DTChamberId | _statId |
int | _traco |
TRACO Identifier
Definition at line 35 of file DTTracoId.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
Returns the chamber id.
Definition at line 72 of file DTTracoId.h.
References _statId.
Referenced by DTTracoTrigData::ChamberId(), DTConfigManager::getDTConfigTraco(), and DTConfigManager::setDTConfigTraco().
|
inline |
|
inline |
|
inline |
Returns sector number.
Definition at line 68 of file DTTracoId.h.
References _statId, and DTChamberId::sector().
Referenced by DTTracoCard::config_traco(), DTConfigManager::getDTConfigTraco(), geometryXMLparser.DTAlignable::index(), operator<(), operator==(), DTTracoTrigData::print(), and DTTracoCard::storeTrigger().
|
inline |
Returns station number.
Definition at line 66 of file DTTracoId.h.
References _statId, and DTChamberId::station().
Referenced by DTTracoCard::config_traco(), DTConfigManager::getDTConfigTraco(), geometryXMLparser.DTAlignable::index(), geometryXMLparser.CSCAlignable::index(), operator<(), operator==(), DTTracoTrigData::print(), and DTTracoCard::storeTrigger().
|
inline |
Returns the traco.
Definition at line 70 of file DTTracoId.h.
References _traco.
Referenced by DTTracoCard::activeGetTRACO(), DTTracoChip::add_btiT(), DTTracoCard::config_traco(), DTConfigManager::getDTConfigTraco(), DTTracoCard::getTRACO(), DTTracoChip::number(), operator<(), operator==(), DTTracoTrigData::print(), DTTracoChip::run(), DTTracoChip::setFlag(), DTTracoCard::storeTrigger(), and DTTracoTrigData::tracoNumber().
|
inline |
Returns wheel number.
Definition at line 64 of file DTTracoId.h.
References _statId, and DTChamberId::wheel().
Referenced by DTTracoCard::config_traco(), DTConfigManager::getDTConfigTraco(), geometryXMLparser.DTAlignable::index(), operator<(), operator==(), DTTracoTrigData::print(), and DTTracoCard::storeTrigger().
|
private |
Definition at line 101 of file DTTracoId.h.
Referenced by ChamberId(), sector(), station(), and wheel().
|
private |
Definition at line 102 of file DTTracoId.h.
Referenced by operator==(), and traco().