28 striptype_(striptype),
71 bool returnValue =
false;
86 if ((quality1 > quality2) || (quality1 == quality2 && pattern1 > pattern2) ||
96 bool returnValue =
false;
107 bool returnValue =
true;
117 char bend = (
getBend() == 0) ?
'L' :
'R';
121 <<
" Strip = " << std::setw(2) <<
getStrip() <<
" Quality = " << std::setw(1)
123 <<
" Bend = " << std::setw(1) << bend <<
" Strip type = " << std::setw(1) << stripType
124 <<
" CFEB ID = " << std::setw(1) <<
getCFEB() <<
" BX = " << std::setw(1) <<
getBX()
125 <<
" Full BX= " << std::setw(1) <<
getFullBX();
135 <<
" CFEB = " << digi.
getCFEB() <<
" BX = " << digi.
getBX();
int getQuality() const
return quality of a pattern (number of layers hit!)
void print() const
Print content of digi.
int getStrip() const
return halfstrip that goes from 0 to 31
static const uint16_t valid_
int getStripType() const
return striptype
int getBend() const
return bend
bool operator>(const CSCCLCTDigi &) const
int getCFEB() const
return Key CFEB ID
int getBX() const
return BX
bool isValid() const
check CLCT validity (1 - valid CLCT)
bool operator!=(const CSCCLCTDigi &) const
True if the preceding one is false.
int getTrknmb() const
return track number (1,2)
std::ostream & operator<<(std::ostream &o, const CSCCLCTDigi &digi)
int getPattern() const
return pattern
bool operator==(const CSCCLCTDigi &) const
True if the two LCTs have exactly the same members (except the number).
void clear()
clear this CLCT
int getFullBX() const
return 12-bit full BX.