abtract base class for benchmark analyzers More...
#include <BenchmarkAnalyzer.h>
Protected Attributes | |
std::string | benchmarkLabel_ |
benchmark label More... | |
edm::InputTag | inputLabel_ |
input collection More... | |
std::string | outputFile_ |
name of the output root file More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
abtract base class for benchmark analyzers
Definition at line 12 of file BenchmarkAnalyzer.h.
BenchmarkAnalyzer::BenchmarkAnalyzer | ( | ) |
|
explicit |
Definition at line 15 of file BenchmarkAnalyzer.cc.
References benchmarkLabel_, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlinevirtual |
Definition at line 17 of file BenchmarkAnalyzer.h.
|
pure virtual |
Reimplemented from edm::EDAnalyzer.
Implemented in CandidateBenchmarkAnalyzer, METBenchmarkAnalyzer, PFCandidateBenchmarkAnalyzer, PFCandidateManagerAnalyzer, and MatchMETBenchmarkAnalyzer.
Definition at line 27 of file BenchmarkAnalyzer.cc.
References benchmarkLabel_, gather_cfg::cout, Benchmark::DQM_, cppFunctionSkipper::operator, getHLTPrescaleColumns::path, and DQMStore::setCurrentFolder().
Referenced by MatchMETBenchmarkAnalyzer::beginJob(), PFCandidateManagerAnalyzer::beginJob(), PFCandidateBenchmarkAnalyzer::beginJob(), METBenchmarkAnalyzer::beginJob(), and CandidateBenchmarkAnalyzer::beginJob().
|
protected |
benchmark label
Definition at line 30 of file BenchmarkAnalyzer.h.
|
protected |
input collection
Definition at line 27 of file BenchmarkAnalyzer.h.
Referenced by CandidateBenchmarkAnalyzer::CandidateBenchmarkAnalyzer(), MatchMETBenchmarkAnalyzer::MatchMETBenchmarkAnalyzer(), METBenchmarkAnalyzer::METBenchmarkAnalyzer(), PFCandidateBenchmarkAnalyzer::PFCandidateBenchmarkAnalyzer(), and PFCandidateManagerAnalyzer::PFCandidateManagerAnalyzer().
|
protected |
name of the output root file
Definition at line 24 of file BenchmarkAnalyzer.h.