#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 DTTracoId &tracoId) | |
Constructor. More... | |
DTTracoId (const int wheel_id, const int station_id, const int sector_id, const int traco_id) | |
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 34 of file DTTracoId.h.
|
inline |
|
inline |
Constructor.
Definition at line 40 of file DTTracoId.h.
|
inline |
Constructor.
Definition at line 43 of file DTTracoId.h.
|
inline |
|
inlinevirtual |
|
inline |
Returns the chamber id.
Definition at line 61 of file DTTracoId.h.
References _statId.
Referenced by DTTracoTrigData::ChamberId(), DTConfigManager::getDTConfigTraco(), and DTConfigManager::setDTConfigTraco().
|
inline |
Definition at line 75 of file DTTracoId.h.
|
inline |
|
inline |
Returns sector number.
Definition at line 57 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 55 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 59 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 53 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 100 of file DTTracoId.h.
Referenced by ChamberId(), sector(), station(), and wheel().
|
private |
Definition at line 101 of file DTTracoId.h.
Referenced by operator==(), and traco().