41 const int bti_id) :
_suplId(mu_superlayer_id),
46 const int superlayer_id,
47 const int bti_id) :
_suplId(mu_stat_id,superlayer_id),
54 const int superlayer_id,
56 _suplId(wheel_id,station_id,sector_id,superlayer_id),
84 if (
_bti!=
id.
bti())
return false;
101 if (
bti() <
id.
bti() )
return true;
102 if (
bti() >
id.
bti() )
return false;
DTBtiId(const DTBtiId &btiId)
Constructor.
int wheel() const
Returns wheel number.
int superlayer() const
Returns the superlayer.
int sector() const
Returns sector number.
int station() const
Returns station number.
DTBtiId(const DTChamberId &mu_stat_id, const int superlayer_id, const int bti_id)
Constructor.
bool operator==(const DTBtiId &id) const
bool operator<(const DTBtiId &id) const
int superlayer() const
Return the superlayer number (deprecated method name)
int bti() const
Returns the bti.
DTBtiId(const DTSuperLayerId &mu_superlayer_id, const int bti_id)
Constructor.
virtual ~DTBtiId()
Destructor.
int station() const
Return the station number.
int wheel() const
Return the wheel number.
DTBtiId(const int wheel_id, const int station_id, const int sector_id, const int superlayer_id, const int bti_id)
Constructor.
DTSuperLayerId SLId() const
Returns the superlayer id.