CMS 3D CMS Logo

SiPixelRocStatus.cc
Go to the documentation of this file.
1 #include <iostream>
2 #include <map>
3 #include <cmath>
4 #include <vector>
5 
7 
8 using namespace std;
9 
10 // ----------------------------------------------------------------------
12  fDC = 0;
13  isFEDerror25_ = false;
14 }
15 
16 
17 // ----------------------------------------------------------------------
19 
20 }
21 
22 // ----------------------------------------------------------------------
24 
25  fDC++;
26 
27 }
28 
29 // ----------------------------------------------------------------------
30 void SiPixelRocStatus::updateDIGI(unsigned int hits) {
31 
32  fDC += hits;
33 
34 }
35 
36 // ----------------------------------------------------------------------
38 
39  isFEDerror25_ = true;
40 
41 }
42 
43 // ----------------------------------------------------------------------
45 
46  return fDC;
47 
48 }
void updateDIGI(unsigned int hits)
unsigned int digiOccROC()