CMS 3D CMS Logo

CSCBadCFEBTimeSlice.cc
Go to the documentation of this file.
2 #include <cassert>
3 
5  assert(i >= 0 && i < 4);
6  return theWords[i];
7 }
8 
10  // demand all four words check out
11  bool result = true;
12  for (int i = 0; i < 4; ++i) {
13  result &= theWords[i].check();
14  }
15  return result;
16 }
assert(be >=bs)
bool check() const
make sure it really does start with a "B"
const CSCBadCFEBWord & word(int i) const
count from zero
CSCBadCFEBWord theWords[4]