|
ATLAS Offline Software
|
Go to the documentation of this file.
20 (
this != &right ) ) {
101 if (
nsw())
val.second |= (1 >>
pos) & len;
130 if (
val == len)
pt(
i, -1);
191 out <<
"Bit 0-7 " <<
" ROI<" <<
i+1 <<
"> ";
192 if (
roi(
i) == -1)
out <<
"NA" << std::endl;
193 else out << std::setw(8) <<
roi(
i) << std::endl;
195 out <<
"Bit 8-11 "<<
"Pt" <<
i+1 <<
" ";
196 if (
pt(
i) == -1)
out <<
"No Hit" << std::endl;
197 else out <<
pt(
i) << std::endl;
199 out <<
"Bit 12 "<<
"2 candidates in ROI<" <<
i+1 <<
"> ";
202 out <<
"Bit 13-14 "<<
"overlap<"<<
i+1<<
"> ";
203 out << std::setw(8) <<
ovl(
i) << std::endl;
205 out <<
"Bit 15 "<<
"charge<"<<
i+1<<
"> ";
206 out << std::setw(8) <<
charge(
i) << std::endl;
208 out <<
"Bit 0-11 " <<
" BCID ";
209 out << std::setw( 8 ) <<
bcid() << std::endl;
211 out <<
"Bit 12 " <<
" >2candidates in a sector ";
214 out <<
"Bit 13 " <<
" NSW monitoring ";
215 out << std::setw( 8 ) <<
m_nsw << std::endl;
Namespace for the LVL1 muon interface classes.
int innercoin(size_t id) const
std::vector< int > m_bw2or3
const Lvl1MuSectorLogicDataPhase1 & convertFromWordFormat(const SectorLogicWord &)
Convert SectorLogicDataPhase1 from 32 bit word data.
Lvl1MuEndcapSectorLogicDataPhase1 & operator=(const Lvl1MuSectorLogicDataPhase1 &right)
int bw2or3(size_t id) const
Lvl1MuEndcapSectorLogicDataPhase1()
Class representing data from an endcap SL board.
std::vector< int > m_goodmf
bool m_2candidatesInSector
virtual void printOut(std::ostream &out) const
print out data
SectorLogicWord getWordFormat() const
Get data in 32 bit word format.
void set2candidatesInSector()
std::pair< unsigned long int, unsigned short int > SectorLogicWord
std::vector< int > m_innercoin
Base class for the data coming from one SL board.
int charge(size_t id) const
int veto(size_t id) const
int goodmf(size_t id) const
std::vector< int > m_charge
bool is2candidates(size_t id) const
void clear2candidatesInSector()
std::vector< bool > m_2candidates
bool is2candidatesInSector() const
std::vector< int > m_veto