CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
tuple result
Definition: mps_fire.py:311
bool check() const
make sure it really does start with a &quot;B&quot;
const CSCBadCFEBWord & word(int i) const
count from zero
CSCBadCFEBWord theWords[4]