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>
21 
27 
31 
32 #include <iostream>
33 #include <fstream>
34 #include <vector>
35 
37 public:
40 
41 private:
42  DQMStore* dbe_; //dbe seems to be the standard name for this, I dont know why. We of course dont own it
43 
45 
46  bool debug_;
47  bool verbose_;
48 
52 
53 public:
55  ~HLTInclusiveVBFClient() override;
56 
57  void beginJob() override;
58  void endJob() override;
59  void beginRun(const edm::Run& run, const edm::EventSetup& c) override;
60  void endRun(const edm::Run& run, const edm::EventSetup& c) override;
61  void analyze(const edm::Event&, const edm::EventSetup&) override;
62  void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg, const edm::EventSetup& c) override;
63  virtual void runClient_();
64 };
65 
66 #endif
HLTInclusiveVBFClient(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &) override
dqm::legacy::MonitorElement MonitorElement
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) override
void beginRun(const edm::Run &run, const edm::EventSetup &c) override
~HLTInclusiveVBFClient() override
dqm::legacy::DQMStore DQMStore
void endRun(const edm::Run &run, const edm::EventSetup &c) override
Definition: Run.h:45