CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/DQM/HcalMonitorClient/interface/HcalDetDiagLaserClient.h

Go to the documentation of this file.
00001 #ifndef HcalDetDiagLaserClient_GUARD_H
00002 #define HcalDetDiagLaserClient_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 HcalDetDiagLaserClient : public HcalBaseDQClient {
00009 
00010  public:
00011 
00013   HcalDetDiagLaserClient(){name_="";};
00014   HcalDetDiagLaserClient(std::string myname);//{ name_=myname;};
00015   HcalDetDiagLaserClient(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   void htmlOutput(std::string);
00032   bool validHtmlOutput();
00034   ~HcalDetDiagLaserClient();
00035 
00036  private:
00037   int nevts_;
00038   int status;
00039 };
00040 
00041 #endif