45 if (!(wheel_id >= -3 && wheel_id <= 3)) {
48 if (!(sector_id >= 0 && sector_id < 12)) {
125 s.setf(ios::right, ios::adjustfield);
126 s <<
"Sector Processor ( " << setw(2) <<
id.wheel() <<
"," << setw(2) <<
id.sector() <<
" )";
bool operator<(const L1MuBMSecProcId &) const
less operator
L1MuBMSecProcId()
default constructor
int wheel() const
return wheel number
int locwheel() const
return physical wheel number (-2,-1,0,+1,+2)
ostream & operator<<(ostream &s, const L1MuBMSecProcId &id)
Abs< T >::type abs(const T &t)
int sector() const
return sector number
L1MuBMSecProcId & operator=(const L1MuBMSecProcId &)
assignment operator
virtual ~L1MuBMSecProcId()
destructor
bool operator==(const L1MuBMSecProcId &) const
equal operator
bool operator!=(const L1MuBMSecProcId &) const
unequal operator