CMS 3D CMS Logo

HLTInclusiveVBFClient.h
Go to the documentation of this file.
1 #ifndef DQMOFFLINE_TRIGGER_HLTInclusiveVBFClient
2 #define DQMOFFLINE_TRIGGER_HLTInclusiveVBFClient
3 
4 // -*- C++ -*-
5 //
6 // Package: HLTInclusiveVBFClient
7 // Class: HLTInclusiveVBFClient
8 //
9 
10 #include <memory>
11 #include <unistd.h>
22 
28 
32 
33 #include <iostream>
34 #include <fstream>
35 #include <vector>
36 
37 class DQMStore;
38 class MonitorElement;
39 
41 
42  private:
43  DQMStore* dbe_; //dbe seems to be the standard name for this, I dont know why. We of course dont own it
44 
46 
47  bool debug_;
48  bool verbose_;
49 
53 
54  public:
55  explicit HLTInclusiveVBFClient(const edm::ParameterSet& );
56  ~HLTInclusiveVBFClient() override;
57 
58  void beginJob() override;
59  void endJob() override;
60  void beginRun(const edm::Run& run, const edm::EventSetup& c) override;
61  void endRun(const edm::Run& run, const edm::EventSetup& c) override;
62  void analyze(const edm::Event&, const edm::EventSetup&) override;
63  void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg, const edm::EventSetup& c) override;
64  virtual void runClient_();
65 
66 };
67 
68 #endif
HLTInclusiveVBFClient(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &) override
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) override
void beginRun(const edm::Run &run, const edm::EventSetup &c) override
~HLTInclusiveVBFClient() override
void endRun(const edm::Run &run, const edm::EventSetup &c) override
Definition: Run.h:44