43 m_wheel(0), m_sector(0) {}
46 m_wheel(wheel_id), m_sector(sector_id) {
48 if ( !(wheel_id >= -3 && wheel_id <= 3) ) {
51 if ( !(sector_id >= 0 && sector_id < 12) ) {
59 m_wheel(id.m_wheel), m_sector(id.m_sector) {}
143 s.setf(ios::right,ios::adjustfield);
144 s <<
"Sector Processor ( " << setw(2) <<
id.wheel() <<
","
145 << setw(2) <<
id.sector() <<
" )";
bool operator==(const L1MuDTSecProcId &) const
equal operator
L1MuDTSecProcId()
default constructor
std::ostream & operator<<(std::ostream &out, const ALILine &li)
int sector() const
return sector number
bool operator!=(const L1MuDTSecProcId &) const
unequal operator
virtual ~L1MuDTSecProcId()
destructor
Abs< T >::type abs(const T &t)
int locwheel() const
return physical wheel number (-2,-1,0,+1,+2)
L1MuDTSecProcId & operator=(const L1MuDTSecProcId &)
assignment operator
int wheel() const
return wheel number
bool operator<(const L1MuDTSecProcId &) const
less operator