![]() |
![]() |
#include <DPGAnalysis/SiStripTools/src/EventWithHistoryProducerFromL1ABC.cc>
Public Member Functions | |
EventWithHistoryProducerFromL1ABC (const edm::ParameterSet &) | |
~EventWithHistoryProducerFromL1ABC () | |
![]() | |
EDProducer () | |
virtual | ~EDProducer () |
![]() | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
![]() | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
virtual void | beginJob () |
virtual void | beginRun (const edm::Run &, const edm::EventSetup &) override |
virtual void | endJob () |
virtual void | endRun (const edm::Run &, const edm::EventSetup &) override |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
unsigned int | _curroffevent |
long long | _curroffset |
const bool | _forceNoOffset |
edm::InputTag | _l1abccollection |
std::map< unsigned int, long long > | _offsets |
Additional Inherited Members | |
![]() | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
CurrentProcessingContext const * | currentContext () const |
![]() | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
![]() | |
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: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 43 of file EventWithHistoryProducerFromL1ABC.cc.
|
explicit |
Definition at line 76 of file EventWithHistoryProducerFromL1ABC.cc.
References _forceNoOffset.
EventWithHistoryProducerFromL1ABC::~EventWithHistoryProducerFromL1ABC | ( | ) |
Definition at line 91 of file EventWithHistoryProducerFromL1ABC.cc.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 171 of file EventWithHistoryProducerFromL1ABC.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 176 of file EventWithHistoryProducerFromL1ABC.cc.
References _offsets.
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 199 of file EventWithHistoryProducerFromL1ABC.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 186 of file EventWithHistoryProducerFromL1ABC.cc.
References _offsets, and evf::evtn::offset().
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 106 of file EventWithHistoryProducerFromL1ABC.cc.
References _curroffevent, _curroffset, _forceNoOffset, _l1abccollection, _offsets, edm::EventBase::bunchCrossing(), edm::EventID::event(), edm::Event::getByLabel(), edm::EventBase::id(), edm::EventBase::orbitNumber(), edm::Event::put(), and edm::Event::run().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 61 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 60 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 58 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by EventWithHistoryProducerFromL1ABC(), and produce().
|
private |
Definition at line 57 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 59 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by beginRun(), endRun(), and produce().