#include <CommonTools/UtilAlgos/plugins/EventCountProducer.cc>
Private Member Functions | |
virtual void | beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) override |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, const edm::EventSetup &) override |
virtual void | endLuminosityBlockProduce (edm::LuminosityBlock &, const edm::EventSetup &) override |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
unsigned int | eventsProcessedInLumi_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
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) |
Description: An event counter that can store the number of events in the lumi block
Definition at line 30 of file EventCountProducer.cc.
|
explicit |
Definition at line 55 of file EventCountProducer.cc.
EventCountProducer::~EventCountProducer | ( | ) |
Definition at line 60 of file EventCountProducer.cc.
|
overrideprivatevirtual |
Definition at line 71 of file EventCountProducer.cc.
|
overrideprivatevirtual |
Definition at line 77 of file EventCountProducer.cc.
|
overrideprivatevirtual |
Definition at line 81 of file EventCountProducer.cc.
References LogTrace, and edm::LuminosityBlock::put().
|
overrideprivatevirtual |
Implements edm::one::EDProducerBase.
Definition at line 64 of file EventCountProducer.cc.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 44 of file EventCountProducer.cc.