CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMMessageLoggerClient.h
Go to the documentation of this file.
1 
2 #ifndef DQMMESSAGELOGGERCLIENT_H
3 #define DQMMESSAGELOGGERCLIENT_H
4 
5 
10 #include <vector>
11 #include <string>
12 #include <map>
13 
15  public:
16  // Constructor
18  // Destructor
19  virtual ~DQMMessageLoggerClient();
20 
21  protected:
22 
23  void beginJob();
24  //void beginRun(const edm::Run&, const edm::EventSetup&);
25 
26  void beginRun(const edm::Run&, const edm::EventSetup&);
27 
28 
29  // Get the analysis
30  void analyze(const edm::Event&, const edm::EventSetup&);
32 
34 
35  // Save the histos
36  void endRun(const edm::Run&, const edm::EventSetup&);
37  void endJob();
38 
39  private:
40 
41  void fillHistograms();
42 
43  // ----------member data ---------------------------
44 
47  std::string directoryName;
48 
49  std::vector<std::string> binLabel;
50  std::vector<Double_t> binContent;
51 
54 
59 
60 };
61 #endif
62 
63 
void endRun(const edm::Run &, const edm::EventSetup &)
void endLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &)
void analyze(const edm::Event &, const edm::EventSetup &)
void beginRun(const edm::Run &, const edm::EventSetup &)
MonitorElement * modulesErrorsFound
DQMMessageLoggerClient(const edm::ParameterSet &)
std::vector< std::string > binLabel
MonitorElement * categoriesErrorsFound
MonitorElement * categoriesWarningsFound
void beginLuminosityBlock(const edm::LuminosityBlock &, const edm::EventSetup &)
MonitorElement * modulesWarningsFound
std::vector< Double_t > binContent
Definition: Run.h:33