44 m_wheel(0), m_sector(0), m_station(0) {}
54 if (
abs(wheel_id) == 3 ) {
141 s.setf(ios::right,ios::adjustfield);
142 s <<
"wheel = " << setw(2) <<
id.wheel() <<
" " 143 <<
"sector = " << setw(2) <<
id.sector() <<
" " 144 <<
"station = " << setw(1) <<
id.station();
int sector() const
return sector (30 deg)
int station() const
return station
L1MuDTTrackSegLoc()
default constructor
friend std::ostream & operator<<(std::ostream &, const L1MuDTTrackSegLoc &)
output stream operator
bool operator==(const L1MuDTTrackSegLoc &) const
equal operator
Abs< T >::type abs(const T &t)
bool operator<(const L1MuDTTrackSegLoc &) const
less operator
virtual ~L1MuDTTrackSegLoc()
destructor
bool operator!=(const L1MuDTTrackSegLoc &) const
unequal operator
int wheel() const
return wheel
L1MuDTTrackSegLoc & operator=(const L1MuDTTrackSegLoc &)
assignment operator