CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MatchCandidateBenchmark.h
Go to the documentation of this file.
1 #ifndef RecoParticleFlow_Benchmark_MatchCandidateBenchmark_h
2 #define RecoParticleFlow_Benchmark_MatchCandidateBenchmark_h
3 
5 
9 
10 #include <vector>
11 
14 
15  public:
16 
18 
19  virtual ~MatchCandidateBenchmark();
20 
22  void setup();
24  void setup(const edm::ParameterSet& parameterSet);
25 
27  void fillOne( const reco::Candidate& candidate,
28  const reco::Candidate& matchedCandidate );
29 
30 
31  protected:
32 
37 
39 
40 };
41 
42 
43 
44 #endif
To plot Candidate quantities.
void fillOne(const reco::Candidate &candidate, const reco::Candidate &matchedCandidate)
fill histograms with a given particle
void setup()
book histograms
abstract base class
Definition: Benchmark.h:20