#include <HLTTauPostProcessor.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Fake Analyze. More... | |
void | endJob () |
Endjob. More... | |
void | endRun (const edm::Run &r, const edm::EventSetup &iSetup) |
EndRun. More... | |
void | harvest () |
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) |
Private Attributes | |
const bool | runAtEndJob_ |
const bool | runAtEndRun_ |
std::vector< std::unique_ptr < HLTTauDQMSummaryPlotter > > | summaryPlotters_ |
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 &) |
Definition at line 23 of file HLTTauPostProcessor.h.
HLTTauPostProcessor::HLTTauPostProcessor | ( | const edm::ParameterSet & | ps | ) |
Definition at line 6 of file HLTTauPostProcessor.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), AlCaHLTBitMon_QueryRunRegistry::string, and summaryPlotters_.
HLTTauPostProcessor::~HLTTauPostProcessor | ( | ) |
Definition at line 16 of file HLTTauPostProcessor.cc.
|
protectedvirtual |
|
protectedvirtual |
Endjob.
Reimplemented from edm::EDAnalyzer.
Definition at line 29 of file HLTTauPostProcessor.cc.
References harvest(), and runAtEndJob_.
|
protectedvirtual |
EndRun.
Reimplemented from edm::EDAnalyzer.
Definition at line 24 of file HLTTauPostProcessor.cc.
References harvest(), and runAtEndRun_.
|
protected |
Definition at line 34 of file HLTTauPostProcessor.cc.
References summaryPlotters_.
Referenced by endJob(), and endRun().
|
private |
Definition at line 42 of file HLTTauPostProcessor.h.
Referenced by endJob().
|
private |
Definition at line 43 of file HLTTauPostProcessor.h.
Referenced by endRun().
|
private |
Definition at line 41 of file HLTTauPostProcessor.h.
Referenced by harvest(), and HLTTauPostProcessor().