10 #ifndef DT_TRACO_ID_H_
11 #define DT_TRACO_ID_H_
43 DTTracoId(
const int wheel_id,
const int station_id,
const int sector_id,
const int traco_id)
44 :
_statId(wheel_id, station_id, sector_id),
_traco(traco_id) {}
bool operator==(const DTTracoId &id) const
DTTracoId(const int wheel_id, const int station_id, const int sector_id, const int traco_id)
Constructor.
int sector() const
Returns sector number.
int traco() const
Returns the traco.
bool operator<(const DTTracoId &id) const
int station() const
Returns station number.
DTChamberId ChamberId() const
Returns the chamber id.
DTTracoId(const DTTracoId &tracoId)
Constructor.
int wheel() const
Returns wheel number.
virtual ~DTTracoId()
Destructor.
int station() const
Return the station number.
int wheel() const
Return the wheel number.
DTTracoId(const DTChamberId &mu_stat_id, const int traco_id)
Constructor.