test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
19 
21  virtual ~GenericBenchmarkAnalyzer();
22 
23  virtual void analyze(const edm::Event&, const edm::EventSetup&);
24  virtual void beginJob() ;
25  virtual void endJob() ;
26 
27  private:
28 
29  // Inputs from Configuration File
39  double recPt_cut;
40  double minEta_cut;
41  double maxEta_cut;
42  double deltaR_cut;
43  float minDeltaEt_;
44  float maxDeltaEt_;
45  float minDeltaPhi_;
46  float maxDeltaPhi_;
48 };
49 
50 #endif // GENERICBENCHMARKANALYZER_H
GenericBenchmarkAnalyzer(const edm::ParameterSet &)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< edm::View< reco::Candidate > > myTruth_
edm::EDGetTokenT< edm::View< reco::Candidate > > myReco_