CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetMETHLTOfflineClient.h
Go to the documentation of this file.
1 #ifndef DQMOFFLINE_TRIGGER_JETMETHLTOFFLINECLIENT
2 #define DQMOFFLINE_TRIGGER_JETMETHLTOFFLINECLIENT
3 
4 // -*- C++ -*-
5 //
6 // Package: JetMETHLTOffline
7 // Class: JetMETHLTOffline
8 //
9 /*
10  Description: This is a DQM client meant to plot high-level HLT trigger
11  quantities as stored in the HLT results object TriggerResults for the JetMET triggers
12 */
13 
14 //
15 // Originally create by: Kenichi Hatakeyama
16 // April 2009
17 // Owned by: Shabnam Jabeen
18 //
19 //
20 
21 #include <memory>
22 #include <unistd.h>
33 
39 
43 
44 #include <iostream>
45 #include <fstream>
46 #include <vector>
47 
48 class DQMStore;
49 class MonitorElement;
50 
52 
53  private:
54  DQMStore* dbe_; //dbe seems to be the standard name for this, I dont know why. We of course dont own it
55 
57 
58  bool debug_;
59  bool verbose_;
60 
64 
65  public:
66  explicit JetMETHLTOfflineClient(const edm::ParameterSet& );
67  virtual ~JetMETHLTOfflineClient();
68 
69  virtual void beginJob();
70  virtual void endJob();
71  virtual void beginRun(const edm::Run& run, const edm::EventSetup& c);
72  virtual void endRun(const edm::Run& run, const edm::EventSetup& c);
73  virtual void analyze(const edm::Event&, const edm::EventSetup&);
74  virtual void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg, const edm::EventSetup& c);
75  virtual void runClient_();
76 
77 };
78 
79 #endif
virtual void beginRun(const edm::Run &run, const edm::EventSetup &c)
virtual void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
virtual void endRun(const edm::Run &run, const edm::EventSetup &c)
JetMETHLTOfflineClient(const edm::ParameterSet &)
Definition: Run.h:41