CMS 3D CMS Logo

SiPixelRocStatus.h
Go to the documentation of this file.
1 #ifndef SIPIXELROCSTATUS_h
2 #define SIPIXELROCSTATUS_h
3 
4 // ----------------------------------------------------------------------
6 public:
9 
10  void fillDIGI();
11  void fillFEDerror25();
12 
13  void updateDIGI(unsigned int hits);
14  void updateFEDerror25(bool fedError25);
15 
16  // occpancy
17  unsigned int digiOccROC();
18  // FEDerror25 for stuckTBM
19  bool isFEDerror25();
20 
21 private:
22  unsigned int fDC_;
24 };
25 
26 #endif
void updateFEDerror25(bool fedError25)
void updateDIGI(unsigned int hits)
unsigned int digiOccROC()
unsigned int fDC_