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 
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_;
37 
38  // - setup problem cell flags
39  bool doProblemCellSetup_; // defaults to true in the constructor
40  // setup the problem cell monitor elements
41  // This method sets the doProblemCellSetup_ flag to false
43 
44 };
45 
46 #endif
void endJob(void)
bool hasErrors_Temp(void)
bool hasOther_Temp(void)
MonitorElement * HFTiming_averageTime
void analyze(DQMStore::IBooker &, DQMStore::IGetter &)
void cleanup(void)
void beginRun(void)
void updateChannelStatus(std::map< HcalDetId, unsigned int > &myqual)
void setupProblemCells(DQMStore::IBooker &, DQMStore::IGetter &)
void setup(void)
~HcalDigiClient()
Destructor.
bool doProblemCellSetup_
virtual void calculateProblems(void)
bool hasWarnings_Temp(void)
HcalDigiClient()
Constructors.
bool test_enabled(void)