CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalDeadCellClient.h
Go to the documentation of this file.
1 #ifndef HcalDeadCellClient_GUARD_H
2 #define HcalDeadCellClient_GUARD_H
3 
7 
9 
10  public:
11 
14  HcalDeadCellClient(std::string myname);//{ name_=myname;};
15  HcalDeadCellClient(std::string myname, const edm::ParameterSet& ps);
16 
17  void analyze(void);
18  void calculateProblems(void); // calculates problem histogram contents
19  void updateChannelStatus(std::map<HcalDetId, unsigned int>& myqual);
20  void beginJob(void);
21  void endJob(void);
22  void beginRun(void);
23  void endRun(void);
24  void setup(void);
25  void cleanup(void);
26 
27  bool hasErrors_Temp(void);
28  bool hasWarnings_Temp(void);
29  bool hasOther_Temp(void);
30  bool test_enabled(void);
31 
34 
35  private:
36  int nevts_;
37 
39  bool excludeHOring2_backup_; // this value is used for excludeHOring2 if it can't be read directly from the DQM file
40 
41 };
42 
43 #endif
~HcalDeadCellClient()
Destructor.
void updateChannelStatus(std::map< HcalDetId, unsigned int > &myqual)
HcalDeadCellClient()
Constructors.