17 for (
size_t i = 0; i < 2; ++i ) {
32 if (
this != &right ) {
36 for (
size_t i = 0; i < 2; ++i ) {
56 out <<
"Bit 0 " <<
" >2candidates in a sector ";
59 out <<
"Bit 1-9 " <<
" ROI<1> + OVL<1> ";
60 out << std::setw( 8 ) <<
m_roi[ 0 ] <<
" : " <<
m_ovl[ 0 ] << std::endl;
61 out <<
"Bit 10-18 " <<
" ROI<2> + OVL<2> ";
62 out << std::setw( 8 ) <<
m_roi[ 1 ] <<
" : " <<
m_ovl[ 1 ] << std::endl;
63 out <<
"Bit 19-21 " <<
" Pt1 ";
64 out << std::setw( 8 ) <<
m_pt[ 0 ] << std::endl;
65 out <<
"Bit 22-24 " <<
" Pt2 ";
66 out << std::setw( 8 ) <<
m_pt[ 1 ] << std::endl;
67 out <<
"Bit 25 " <<
" >2candidates in ROI1 ";
69 out <<
"Bit 26 " <<
" >2candidates in ROI2 ";
71 out <<
"Bit 27-29 " <<
" BCID ";
72 out << std::setw( 8 ) <<
m_bcid << std::endl;
73 out <<
"Bit 30 " <<
" charge in ROI1 ";
74 out << std::setw( 8 ) <<
m_charge[ 0 ] << std::endl;
75 out <<
"Bit 31 " <<
" charge in ROI2 ";
76 out << std::setw( 8 ) <<
m_charge[ 1 ] << std::endl;
83 for (
size_t i = 0; i < 2; ++i ) {
bool m_2candidatesInSector
Lvl1MuSectorLogicData & operator=(const Lvl1MuSectorLogicData &right)
virtual void printOut(std::ostream &out) const
print out data
Namespace for the LVL1 muon interface classes.
std::ostream & operator<<(std::ostream &out, const Lvl1MuCTPIInput &right)