42 :
_suplId(mu_stat_id, superlayer_id),
_bti(bti_id) {}
45 DTBtiId(
const int wheel_id,
const int station_id,
const int sector_id,
const int superlayer_id,
const int bti_id)
46 :
_suplId(wheel_id, station_id, sector_id, superlayer_id),
_bti(bti_id) {}
int station() const
Return the station number.
bool operator<(const DTBtiId &id) const
int sector() const
Returns sector number.
int bti() const
Returns the bti.
DTBtiId(const DTBtiId &btiId)
Constructor.
bool operator==(const DTBtiId &id) const
int wheel() const
Returns wheel number.
DTBtiId(const DTChamberId &mu_stat_id, const int superlayer_id, const int bti_id)
Constructor.
int superlayer() const
Returns the superlayer.
DTBtiId(const DTSuperLayerId &mu_superlayer_id, const int bti_id)
Constructor.
int superlayer() const
Return the superlayer number (deprecated method name)
int wheel() const
Return the wheel number.
DTSuperLayerId SLId() const
Returns the superlayer id.
virtual ~DTBtiId()
Destructor.
int station() const
Returns station number.
DTBtiId(const int wheel_id, const int station_id, const int sector_id, const int superlayer_id, const int bti_id)
Constructor.