CMS 3D CMS Logo

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