#include <NtpProducer.h>
Public Member Functions | |
NtpProducer (const edm::ParameterSet &) | |
constructor from parameter set More... | |
~NtpProducer () override | |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Protected Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
process an event More... | |
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::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
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 mps_fire::end, NtpProducer< C >::eventInfo_, NtpProducer< C >::lazyParser_, NtpProducer< C >::prefix_, submitPVResolutionJobs::q, MjjMonitor_cfi::quantity, AlCaHLTBitMon_QueryRunRegistry::string, makeGlobalPositionRcd_cfg::tag, NtpProducer< C >::tags_, and L1TEGammaDiff_cfi::variables.
|
override |
|
overrideprotected |
process an event
Definition at line 68 of file NtpProducer.h.
References mps_fire::end, edmPickEvents::event, iEvent, BXlumiParameters_cfi::lumi, eostools::move(), submitPVResolutionJobs::q, writedatasetfile::run, and 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().