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 // ----------------------------------------------------------------------
18 
19 // ----------------------------------------------------------------------
20 void SiPixelRocStatus::fillDIGI() { fDC++; }
21 
22 // ----------------------------------------------------------------------
23 void SiPixelRocStatus::updateDIGI(unsigned int hits) { fDC += hits; }
24 
25 // ----------------------------------------------------------------------
26 void SiPixelRocStatus::fillFEDerror25() { isFEDerror25_ = true; }
27 
28 // ----------------------------------------------------------------------
29 unsigned int SiPixelRocStatus::digiOccROC() { return fDC; }
void updateDIGI(unsigned int hits)
unsigned int digiOccROC()