CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalDigiClient.h
Go to the documentation of this file.
1 #ifndef HcalDigiClient_GUARD_H
2 #define HcalDigiClient_GUARD_H
3 
7 
9 
10  public:
11 
14  HcalDigiClient(std::string myname);//{ name_=myname;};
15  HcalDigiClient(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_;
38 };
39 
40 #endif
void endJob(void)
bool hasErrors_Temp(void)
bool hasOther_Temp(void)
MonitorElement * HFTiming_averageTime
void beginJob(void)
void cleanup(void)
void beginRun(void)
void updateChannelStatus(std::map< HcalDetId, unsigned int > &myqual)
void setup(void)
~HcalDigiClient()
Destructor.
void calculateProblems(void)
bool hasWarnings_Temp(void)
void endRun(void)
void analyze(void)
HcalDigiClient()
Constructors.
bool test_enabled(void)