CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalCoarsePedestalClient.h
Go to the documentation of this file.
1 #ifndef HcalCoarsePedestalClient_GUARD_H
2 #define HcalCoarsePedestalClient_GUARD_H
3 
7 
9 
10  public:
11 
14  HcalCoarsePedestalClient(std::string myname);//{ name_=myname;};
15  HcalCoarsePedestalClient(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 
42 };
43 
44 #endif
void updateChannelStatus(std::map< HcalDetId, unsigned int > &myqual)