Public Member Functions | |
FakeTBEventHeaderProducer (const edm::ParameterSet &ps) | |
Constructor. More... | |
void | produce (edm::Event &event, const edm::EventSetup &eventSetup) override |
Produce digis out of raw data. More... | |
~FakeTBEventHeaderProducer () override=default | |
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 |
Private Attributes | |
const edm::EDGetTokenT< PEcalTBInfo > | ecalTBInfo_ |
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 24 of file FakeTBEventHeaderProducer.cc.
|
explicit |
Constructor.
Definition at line 39 of file FakeTBEventHeaderProducer.cc.
|
overridedefault |
Destructor.
|
override |
Produce digis out of raw data.
Definition at line 44 of file FakeTBEventHeaderProducer.cc.
References ecalTBInfo_, runTauDisplay::evtid, createfilelist::int, edm::HandleBase::isValid(), LogDebug, eostools::move(), PEcalTBInfo::nCrystal(), edm::Handle< T >::product(), EBDetId::SMCRYSTALMODE, and testProducerWithPsetDescEmpty_cfi::x1.
|
private |
Definition at line 36 of file FakeTBEventHeaderProducer.cc.
Referenced by produce().