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;};
16 
18  void calculateProblems(DQMStore::IBooker &, DQMStore::IGetter &); // calculates problem histogram contents
19  void updateChannelStatus(std::map<HcalDetId, unsigned int>& myqual);
20  void endJob(void);
21  void beginRun(void);
22  //void endRun(void);
23  void setup(void);
24  void cleanup(void);
25 
26  bool hasErrors_Temp(void);
27  bool hasWarnings_Temp(void);
28  bool hasOther_Temp(void);
29  bool test_enabled(void);
30 
33 
34  private:
35  int nevts_;
36 
41 
42  // -- setup problem cells monitors
43  bool doCoarseSetup_; // defaults to true in constructor
44 
45  // performs the setup of the coarse cell
46  // sets the doCoarseSetup_ to false
48 
49 };
50 
51 #endif
void analyze(DQMStore::IBooker &, DQMStore::IGetter &)
void updateChannelStatus(std::map< HcalDetId, unsigned int > &myqual)
void setupCoarsePedestal(DQMStore::IBooker &, DQMStore::IGetter &)
virtual void calculateProblems(void)