43 m_wheel(0), m_sector(0) {}
48 if ( !(wheel_id >= -3 && wheel_id <= 3) ) {
51 if ( !(sector_id >= 0 && sector_id < 12) ) {
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
int sector() const
return sector number
bool operator!=(const L1MuDTSecProcId &) const
unequal operator
virtual ~L1MuDTSecProcId()
destructor
friend std::ostream & operator<<(std::ostream &, const L1MuDTSecProcId &)
output stream operator
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