#include <ESZeroSuppressionProducer.h>
Public Member Functions | |
ESZeroSuppressionProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &event, const edm::EventSetup &eventSetup) override |
~ESZeroSuppressionProducer () 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 Attributes | |
const std::string | digiProducer_ |
const edm::EDGetTokenT < ESDigiCollection > | ES_token |
const std::string | ESdigiCollection_ |
const edm::ESGetToken < ESPedestals, ESPedestalsRcd > | espedsToken_ |
const edm::ESGetToken < ESThresholds, ESThresholdsRcd > | esthresholdsToken_ |
const std::string | ESZSdigiCollection_ |
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 20 of file ESZeroSuppressionProducer.h.
|
explicit |
Definition at line 5 of file ESZeroSuppressionProducer.cc.
References ESZSdigiCollection_.
|
override |
Definition at line 15 of file ESZeroSuppressionProducer.cc.
|
override |
Produces the EDM products,
Definition at line 17 of file ESZeroSuppressionProducer.cc.
References ESSample::adc(), ES_token, ESdigiCollection_, espedsToken_, esthresholdsToken_, ESZSdigiCollection_, ESCondObjectContainer< T >::find(), edm::EventSetup::getData(), ESThresholds::getTS2Threshold(), mps_fire::i, ESDataFrame::id(), edm::HandleBase::isValid(), eostools::move(), ESDataFrame::sample(), and lowPtGsfElectronSeeds_cfi::thresholds().
|
private |
Definition at line 29 of file ESZeroSuppressionProducer.h.
|
private |
Definition at line 33 of file ESZeroSuppressionProducer.h.
Referenced by produce().
|
private |
Definition at line 30 of file ESZeroSuppressionProducer.h.
Referenced by produce().
|
private |
Definition at line 35 of file ESZeroSuppressionProducer.h.
Referenced by produce().
|
private |
Definition at line 34 of file ESZeroSuppressionProducer.h.
Referenced by produce().
|
private |
Definition at line 31 of file ESZeroSuppressionProducer.h.
Referenced by ESZeroSuppressionProducer(), and produce().