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 
36 class HLTInclusiveVBFClient : public edm::one::EDAnalyzer<edm::one::SharedResources, edm::one::WatchLuminosityBlocks> {
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 analyze(const edm::Event&, const edm::EventSetup&) override;
59  void endLuminosityBlock(const edm::LuminosityBlock& lumiSeg, const edm::EventSetup& c) override;
60  virtual void runClient_();
61 };
62 
63 #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
~HLTInclusiveVBFClient() override
dqm::legacy::DQMStore DQMStore
void beginLuminosityBlock(edm::LuminosityBlock const &, edm::EventSetup const &) override