CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/DQM/HcalMonitorClient/interface/HcalDetDiagPedestalClient.h

Go to the documentation of this file.
00001 #ifndef HcalDetDiagPedestalClient_GUARD_H
00002 #define HcalDetDiagPedestalClient_GUARD_H
00003 
00004 #include "DQM/HcalMonitorClient/interface/HcalBaseDQClient.h"
00005 #include "FWCore/Framework/interface/MakerMacros.h"
00006 #include "FWCore/ServiceRegistry/interface/Service.h"
00007 
00008 class HcalDetDiagPedestalClient : public HcalBaseDQClient {
00009 
00010  public:
00011 
00013   HcalDetDiagPedestalClient(){name_="";};
00014   HcalDetDiagPedestalClient(std::string myname);//{ name_=myname;};
00015   HcalDetDiagPedestalClient(std::string myname, const edm::ParameterSet& ps);
00016 
00017   void analyze(void);
00018   void calculateProblems(void); // calculates problem histogram contents
00019   void updateChannelStatus(std::map<HcalDetId, unsigned int>& myqual);
00020   void beginJob(void);
00021   void endJob(void);
00022   void beginRun(void);
00023   void endRun(void); 
00024   void setup(void);  
00025   void cleanup(void);
00026   bool hasErrors_Temp(void);  
00027   bool hasWarnings_Temp(void);
00028   bool hasOther_Temp(void);
00029   bool test_enabled(void);
00030   
00031 
00032   void htmlOutput(std::string);
00033   bool validHtmlOutput();
00034 
00036   ~HcalDetDiagPedestalClient();
00037 
00038  private:
00039   int nevts_;
00040   int status;
00041 };
00042 
00043 #endif