#include <ShallowDigisProducer.h>
Classes | |
struct | products |
Public Member Functions | |
ShallowDigisProducer (const edm::ParameterSet &) | |
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 | |
template<class T > | |
bool | findInput (edm::Handle< T > &, const edm::Event &) |
void | insert (products &, edm::Event &) |
void | produce (edm::Event &, const edm::EventSetup &) override |
template<class T > | |
void | recordDigis (const T &, products &, const SiStripNoises &noises) |
Private Attributes | |
std::vector< edm::InputTag > | inputTags |
edm::ESGetToken< SiStripNoises, SiStripNoisesRcd > | noisesToken_ |
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 10 of file ShallowDigisProducer.h.
|
explicit |
Definition at line 11 of file ShallowDigisProducer.cc.
|
inlineprivate |
Definition at line 57 of file ShallowDigisProducer.cc.
References MillePedeFileConverter_cfg::e, patZpeak::handle, SimL1EmulatorRepack_Full_cff::inputTag, inputTags, and LogDebug.
Referenced by produce().
|
private |
Definition at line 20 of file ShallowDigisProducer.cc.
References MillePedeFileConverter_cfg::e, eostools::move(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by SequenceTypes.Schedule::_replaceIfHeldDirectly(), and produce().
|
overrideprivate |
Definition at line 42 of file ShallowDigisProducer.cc.
References MillePedeFileConverter_cfg::e, findInput(), edm::EventSetup::getData(), insert(), hgcalLayerClusters_cfi::noises, noisesToken_, AlCaHLTBitMon_ParallelJobs::p, and recordDigis().
|
inlineprivate |
Definition at line 29 of file ShallowDigisProducer.cc.
References apvshotsanalyzer_cfi::digiCollection, hgcalLayerClusters_cfi::noises, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by produce().
|
private |
Definition at line 28 of file ShallowDigisProducer.h.
Referenced by findInput().
|
private |
Definition at line 29 of file ShallowDigisProducer.h.
Referenced by produce().