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; }
SiPixelRocStatus::fillFEDerror25
void fillFEDerror25()
Definition: SiPixelRocStatus.cc:26
SiPixelRocStatus::~SiPixelRocStatus
~SiPixelRocStatus()
Definition: SiPixelRocStatus.cc:17
hfClusterShapes_cfi.hits
hits
Definition: hfClusterShapes_cfi.py:5
SiPixelRocStatus.h
SiPixelRocStatus::digiOccROC
unsigned int digiOccROC()
Definition: SiPixelRocStatus.cc:29
SiPixelRocStatus::SiPixelRocStatus
SiPixelRocStatus()
Definition: SiPixelRocStatus.cc:11
SiPixelRocStatus::fillDIGI
void fillDIGI()
Definition: SiPixelRocStatus.cc:20
std
Definition: JetResolutionObject.h:76
SiPixelRocStatus::updateDIGI
void updateDIGI(unsigned int hits)
Definition: SiPixelRocStatus.cc:23