CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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);
38 
39  private:
40  virtual void analyze(const edm::Event&, const edm::EventSetup&);
41  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
42 
43  // variables from python configuration
46  std::vector<std::string> hltPathNames_;
49 
50  std::vector<edm::EDGetTokenT<reco::VertexCollection> > VertexCollection_;
51  std::vector<int> hltPathIndexs_;
52 
53  // other class variables
54  std::vector<bool> _isfoundHLTs;
55  std::vector<std::string> folders;
56  std::vector< std::map<std::string, MonitorElement *> > H1_;
57 
59  std::vector<std::string> VertexCollection_Label;
61 };
62 
63 #endif
edm::EDGetTokenT< std::vector< SimVertex > > simVertexCollection_
void dqmBeginRun(const edm::Run &iRun, const edm::EventSetup &iSetup)
edm::EDGetTokenT< edm::TriggerResults > hlTriggerResults_
std::vector< std::string > VertexCollection_Label
std::vector< std::string > hltPathNames_
std::vector< edm::EDGetTokenT< reco::VertexCollection > > VertexCollection_
virtual void analyze(const edm::Event &, const edm::EventSetup &)
std::vector< std::map< std::string, MonitorElement * > > H1_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
HLTVertexPerformanceAnalyzer(const edm::ParameterSet &)
Definition: Run.h:43