CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFCandidateBenchmarkAnalyzer.h
Go to the documentation of this file.
1 #ifndef __DQMOffline_PFTau_PFCandidateBenchmarkAnalyzer__
2 #define __DQMOffline_PFTau_PFCandidateBenchmarkAnalyzer__
3 
4 
7 
9 
10 class TH1F;
11 
13  public:
14 
16 
17  void analyze(const edm::Event&, const edm::EventSetup&);
18 
19  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
20 
22 };
23 
24 #endif
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
PFCandidateBenchmarkAnalyzer(const edm::ParameterSet &parameterSet)
edm::EDGetTokenT< reco::PFCandidateCollection > myColl_
void analyze(const edm::Event &, const edm::EventSetup &)
abtract base class for benchmark analyzers
ParameterSet const & parameterSet(Provenance const &provenance)
Definition: Provenance.cc:11
Definition: Run.h:43