4 constexpr int activeFEBsForChamberType[11] = {0,7,7,0xf,7,0x7f, 0xf,0x3f,0xf,0x3f,0xf};
5 constexpr int nTBinsForChamberType[11] = {7,7,7,7,7,7,7,7,7,7,7};
37 for(
int i=0;
i<7; ++
i) {
47 std::vector<CSCALCTDigi>
result;
56 result.push_back(digi0); result.push_back(digi1);
64 if(digis.size() > 0)
addALCT0(digis[0]);
65 if(digis.size() > 1)
addALCT1(digis[1]);
bool isValid() const
check ALCT validity (1 - valid ALCT)
void addALCT0(const CSCALCTDigi &digi)
unsigned alct1_valid
2nd LCT lower 15 bits
void addALCT1(const CSCALCTDigi &digi)
int getBX() const
return BX - five low bits of BXN counter tagged by the ALCT
int getQuality() const
return quality of a pattern
int getAccelerator() const
std::vector< CSCALCTDigi > ALCTDigis() const
void add(const std::vector< CSCALCTDigi > &digis)
should try to sort, but doesn't for now
int getKeyWG() const
return key wire group
int getCollisionB() const