#include <NtpProducer.h>
Protected Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
process an event More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
process an event More... | |
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 | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Creates histograms defined in config file
Template parameters:
Definition at line 21 of file NtpProducer.h.
NtpProducer< C >::NtpProducer | ( | const edm::ParameterSet & | par | ) |
constructor from parameter set
Definition at line 43 of file NtpProducer.h.
References end, NtpProducer< C >::eventInfo_, NtpProducer< C >::lazyParser_, NtpProducer< C >::prefix_, lumiQueryAPI::q, tauVariables_cff::quantity, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, NtpProducer< C >::tags_, and objects.autophobj::variables.
|
override |
NtpProducer< C >::NtpProducer | ( | const edm::ParameterSet & | ) |
constructor from parameter set
NtpProducer< C >::~NtpProducer | ( | ) |
destructor
|
protectedvirtual |
process an event
|
overrideprotected |
process an event
Definition at line 71 of file NtpProducer.h.
References coll, HTMLExport::elem(), end, edm::EventID::event(), event(), NtpProducer< C >::eventInfo_, edm::Event::getByToken(), edm::EventBase::id(), csvLumiCalc::lumi, edm::EventBase::luminosityBlock(), eostools::move(), NtpProducer< C >::prefix_, edm::Event::put(), lumiQueryAPI::q, edm::EventID::run(), findQualityFiles::run, NtpProducer< C >::srcToken_, NtpProducer< C >::tags_, and x.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 39 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer(), and NtpProducer< C >::produce().
|
private |
Definition at line 37 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer().
|
private |
Definition at line 38 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer(), and NtpProducer< C >::produce().
|
private |
label of the collection to be read in
Definition at line 34 of file NtpProducer.h.
Referenced by NtpProducer< C >::produce().
|
private |
variable tags
Definition at line 36 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer(), and NtpProducer< C >::produce().