#include <DTGlobalRecoTask.h>
Protected Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) |
Analyze. More... | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Protected Member Functions inherited from edm::stream::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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 | |
std::ofstream | logFile |
int | nevents |
Friends | |
class | DTMonitorModule |
Definition at line 29 of file DTGlobalRecoTask.h.
DTGlobalRecoTask::DTGlobalRecoTask | ( | const edm::ParameterSet & | ps, |
const edm::EventSetup & | context | ||
) |
Constructor.
Definition at line 14 of file DTGlobalRecoTask.cc.
References heppy_check::logFile, and cmsHarvester::nevents.
|
virtual |
Destructor.
Definition at line 19 of file DTGlobalRecoTask.cc.
References gather_cfg::cout, heppy_check::logFile, and cmsHarvester::nevents.
|
protectedvirtual |
Analyze.
Implements edm::stream::EDAnalyzerBase.
Definition at line 29 of file DTGlobalRecoTask.cc.
References cmsHarvester::nevents.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 25 of file DTGlobalRecoTask.cc.
References DQMStore::IBooker::setCurrentFolder().
|
friend |
Definition at line 31 of file DTGlobalRecoTask.h.
|
private |
Definition at line 56 of file DTGlobalRecoTask.h.
|
private |
Definition at line 52 of file DTGlobalRecoTask.h.