44 m_wheel(0), m_sector(0), m_station(0) {}
49 m_wheel(wheel_id), m_sector(sector_id), m_station(station_id) {
54 if (
abs(wheel_id) == 3 ) {
65 m_wheel(id.m_wheel), m_sector(id.m_sector), m_station(id.m_station) {}
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
std::ostream & operator<<(std::ostream &out, const ALILine &li)
L1MuDTTrackSegLoc()
default constructor
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