CMS 3D CMS Logo

GenericBenchmarkAnalyzer.h
Go to the documentation of this file.
1 #ifndef GENERICBENCHMARKANALYZER_H
2 #define GENERICBENCHMARKANALYZER_H
3 
4 // author: Mike Schmitt (The University of Florida)
5 // date: 11/7/2007
6 // extension: Leo Neuhaus & Joanna Weng 09.2008
7 
10 
14 
15 #include <map>
16 
18 public:
20  ~GenericBenchmarkAnalyzer() override;
21 
22  void analyze(const edm::Event &, const edm::EventSetup &) override;
23  void beginJob() override;
24  void endJob() override;
25 
26 private:
27  // Inputs from Configuration File
37  double recPt_cut;
38  double minEta_cut;
39  double maxEta_cut;
40  double deltaR_cut;
41  float minDeltaEt_;
42  float maxDeltaEt_;
43  float minDeltaPhi_;
44  float maxDeltaPhi_;
46 };
47 
48 #endif // GENERICBENCHMARKANALYZER_H
GenericBenchmarkAnalyzer(const edm::ParameterSet &)
void analyze(const edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< edm::View< reco::Candidate > > myTruth_
edm::EDGetTokenT< edm::View< reco::Candidate > > myReco_