CMS 3D CMS Logo

BenchmarkAnalyzer.h
Go to the documentation of this file.
1 #ifndef __DQMOffline_PFTau_BenchmarkAnalyzer__
2 #define __DQMOffline_PFTau_BenchmarkAnalyzer__
3 
5 
7 
9 
11 
14 public:
17  explicit BenchmarkAnalyzer(const edm::ParameterSet &);
18 
20  ~BenchmarkAnalyzer() override {}
21 
22  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
23 
24 protected:
27 
30 
33 
36 };
37 
38 #endif
std::string benchmarkLabel_
benchmark label
std::string outputFile_
name of the output root file
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::InputTag inputLabel_
input collection
std::string subsystemname_
abtract base class for benchmark analyzers
std::string eventInfoFolder_
~BenchmarkAnalyzer() override
Destructor.
Definition: Run.h:45
BenchmarkAnalyzer()
Constructors.