#include <NtpProducer.h>
Protected Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
process an event More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
process an event More... | |
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) |
Private Attributes | |
bool | eventInfo_ |
bool | lazyParser_ |
std::string | prefix_ |
edm::EDGetTokenT< C > | srcToken_ |
label of the collection to be read in More... | |
std::vector< std::pair < std::string, StringObjectFunction< typename C::value_type > > > | tags_ |
variable tags More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Creates histograms defined in config file
Template parameters:
Definition at line 20 of file NtpProducer.h.
NtpProducer< C >::NtpProducer | ( | const edm::ParameterSet & | par | ) |
constructor from parameter set
Definition at line 42 of file NtpProducer.h.
References end, NtpProducer< C >::eventInfo_, NtpProducer< C >::lazyParser_, NtpProducer< C >::prefix_, lumiQueryAPI::q, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, NtpProducer< C >::tags_, and makeLayoutFileForGui::variables.
NtpProducer< C >::~NtpProducer | ( | ) |
NtpProducer< C >::NtpProducer | ( | const edm::ParameterSet & | ) |
constructor from parameter set
NtpProducer< C >::~NtpProducer | ( | ) |
destructor
|
overrideprotectedvirtual |
process an event
Implements edm::EDProducer.
Definition at line 70 of file NtpProducer.h.
References HTMLExport::elem(), end, edm::EventID::event(), event(), edm::Event::getByToken(), edm::EventBase::id(), fjr2json::lumi, edm::EventBase::luminosityBlock(), edm::Event::put(), lumiQueryAPI::q, edm::EventID::run(), DTTTrigCorrFirst::run, and x.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
protectedvirtual |
process an event
Implements edm::EDProducer.
|
private |
Definition at line 38 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer().
|
private |
Definition at line 36 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer().
|
private |
Definition at line 37 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer().
|
private |
label of the collection to be read in
Definition at line 33 of file NtpProducer.h.
|
private |
variable tags
Definition at line 35 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer().