#include <DPGAnalysis/SiStripTools/plugins/EventWithHistoryProducer.cc>
Public Member Functions | |
EventWithHistoryProducer (const edm::ParameterSet &) | |
~EventWithHistoryProducer () 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 |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
const unsigned int | _depth |
EventWithHistory | _prevHE |
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 |
Description: EDProducer of EventWithHistory which rely on the presence of the previous event in the analyzed dataset
Implementation:
Definition at line 40 of file EventWithHistoryProducer.cc.
|
explicit |
Definition at line 65 of file EventWithHistoryProducer.cc.
|
override |
Definition at line 72 of file EventWithHistoryProducer.cc.
|
overrideprivate |
Definition at line 82 of file EventWithHistoryProducer.cc.
References _depth, TinyEvent::_event, _prevHE, iEvent, and eostools::move().
|
private |
Definition at line 50 of file EventWithHistoryProducer.cc.
Referenced by produce().
|
private |
Definition at line 51 of file EventWithHistoryProducer.cc.
Referenced by produce().