#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::ProducerBase | |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
declare what type of product will make and with which optional label More... | |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (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_, data-class-funcs::q, MjjMonitor_cfi::quantity, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, NtpProducer< C >::tags_, and L1TEGammaDiff_cfi::variables.
|
override |
NtpProducer< C >::NtpProducer | ( | const edm::ParameterSet & | ) |
constructor from parameter set
NtpProducer< C >::~NtpProducer | ( | ) |
destructor
|
protectedvirtual |
process an event
Implements edm::EDProducer.
|
overrideprotectedvirtual |
process an event
Implements edm::EDProducer.
Definition at line 68 of file NtpProducer.h.
References end, event(), iEvent, BXlumiParameters_cfi::lumi, eostools::move(), data-class-funcs::q, writedatasetfile::run, and vertices_cff::x.
|
private |
Definition at line 39 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer().
|
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().
|
private |
label of the collection to be read in
Definition at line 34 of file NtpProducer.h.
|
private |
variable tags
Definition at line 36 of file NtpProducer.h.
Referenced by NtpProducer< C >::NtpProducer().