CMS 3D CMS Logo

HLTVertexPerformanceAnalyzer.h
Go to the documentation of this file.
1 #ifndef HLTVertexPerformanceAnalyzer_H
2 #define HLTVertexPerformanceAnalyzer_H
3 
4 // user include files
9 
10 // Trigger
13 
14 // Vertex
18 
19 // DQM services
23 
25 
34 public:
37  void dqmBeginRun(const edm::Run &iRun, const edm::EventSetup &iSetup) override;
38 
39 private:
40  void analyze(const edm::Event &, const edm::EventSetup &) override;
41  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
42 
43  // variables from python configuration
47  std::vector<std::string> hltPathNames_;
50 
51  std::vector<edm::EDGetTokenT<reco::VertexCollection>> VertexCollection_;
52  std::vector<int> hltPathIndexs_;
53 
54  // other class variables
55  std::vector<bool> _isfoundHLTs;
56  std::vector<std::string> folders;
57  std::vector<std::map<std::string, MonitorElement *>> H1_;
58 
60  std::vector<std::string> VertexCollection_Label;
62 };
63 
64 #endif
edm::EDGetTokenT< std::vector< SimVertex > > simVertexCollection_
std::vector< std::map< std::string, MonitorElement * > > H1_
void dqmBeginRun(const edm::Run &iRun, const edm::EventSetup &iSetup) override
edm::EDGetTokenT< edm::TriggerResults > hlTriggerResults_
void analyze(const edm::Event &, const edm::EventSetup &) override
std::vector< std::string > VertexCollection_Label
std::vector< std::string > hltPathNames_
std::vector< edm::EDGetTokenT< reco::VertexCollection > > VertexCollection_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
HLTVertexPerformanceAnalyzer(const edm::ParameterSet &)
Definition: Run.h:45