Public Member Functions | |
BunchSpacingProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) final |
~BunchSpacingProducer () override | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &) |
Private Attributes | |
edm::EDGetTokenT< int > | bunchSpacing_ |
unsigned int | bunchSpacingOverride_ |
bool | overRide_ |
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 |
Definition at line 18 of file BunchSpacingProducer.cc.
|
explicit |
|
override |
Definition at line 51 of file BunchSpacingProducer.cc.
|
static |
Definition at line 80 of file BunchSpacingProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and submitPVResolutionJobs::desc.
|
final |
Definition at line 56 of file BunchSpacingProducer.cc.
References bunchSpacing_, bunchSpacingOverride_, edm::Event::getByToken(), edm::EventBase::isRealData(), overRide_, edm::Event::put(), edm::Event::run(), and submitPVValidationJobs::run.
|
private |
Definition at line 29 of file BunchSpacingProducer.cc.
Referenced by produce().
|
private |
Definition at line 30 of file BunchSpacingProducer.cc.
Referenced by produce().
|
private |
Definition at line 31 of file BunchSpacingProducer.cc.
Referenced by produce().