#include <DPGAnalysis/SiStripTools/src/EventWithHistoryProducerFromL1ABC.cc>
Public Member Functions | |
EventWithHistoryProducerFromL1ABC (const edm::ParameterSet &) | |
~EventWithHistoryProducerFromL1ABC () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::EventNumber_t | _curroffevent |
long long | _curroffset |
const bool | _forceNoOffset |
edm::EDGetTokenT< L1AcceptBunchCrossingCollection > | _l1abccollectionToken |
std::map< edm::EventNumber_t, long long > | _offsets |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 43 of file EventWithHistoryProducerFromL1ABC.cc.
|
explicit |
Definition at line 74 of file EventWithHistoryProducerFromL1ABC.cc.
References _forceNoOffset.
|
override |
Definition at line 89 of file EventWithHistoryProducerFromL1ABC.cc.
|
overrideprivate |
Definition at line 168 of file EventWithHistoryProducerFromL1ABC.cc.
References _offsets.
|
overrideprivate |
Definition at line 178 of file EventWithHistoryProducerFromL1ABC.cc.
References _offsets, DEFINE_FWK_MODULE, and PFRecoTauDiscriminationByIsolation_cfi::offset.
|
overrideprivate |
Definition at line 104 of file EventWithHistoryProducerFromL1ABC.cc.
References _curroffevent, _curroffset, _forceNoOffset, _l1abccollectionToken, _offsets, edm::EventBase::bunchCrossing(), edm::EventID::event(), edm::Event::getByToken(), edm::EventBase::id(), eostools::move(), edm::EventBase::orbitNumber(), edm::Event::put(), and edm::Event::run().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 59 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 58 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 56 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by EventWithHistoryProducerFromL1ABC(), and produce().
|
private |
Definition at line 55 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by produce().
|
private |
Definition at line 57 of file EventWithHistoryProducerFromL1ABC.cc.
Referenced by beginRun(), endRun(), and produce().