Public Member Functions | |
void | produce (edm::Event &e, const edm::EventSetup &c) override |
SiPixelDigiMorphing (const edm::ParameterSet &conf) | |
~SiPixelDigiMorphing () override=default | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Types | |
enum | MorphOption { kDilate, kErode } |
Private Member Functions | |
void | morph (uint64_t *const imap, uint64_t *omap, uint64_t *const kernel, MorphOption op) const |
Private Attributes | |
const uint32_t | fakeAdc_ |
const int32_t | iters_ |
std::vector< uint64_t > | kernel1_ |
std::vector< uint64_t > | kernel2_ |
int32_t | ksize_ |
uint64_t | mask_ |
const int32_t | ncols_ |
int32_t | ncols_r_ |
const int32_t | nrocs_ |
const int32_t | nrows_ |
edm::EDGetTokenT < edm::DetSetVector< PixelDigi > > | tPixelDigi_ |
edm::EDPutTokenT < edm::DetSetVector< PixelDigi > > | tPutPixelDigi_ |
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 16 of file SiPixelDigiMorphing.cc.
|
private |
|
explicit |
Definition at line 46 of file SiPixelDigiMorphing.cc.
References Exception, edm::ParameterSet::getParameter(), cuy::ii, iters_, dqmiolumiharvest::j, relval_steps::k2, kernel1_, kernel2_, ksize_, mask_, ncols_, ncols_r_, nrocs_, and w.
|
overridedefault |
|
static |
Definition at line 92 of file SiPixelDigiMorphing.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
private |
Definition at line 166 of file SiPixelDigiMorphing.cc.
References b, mps_fire::i, cuy::ii, iters_, findQualityFiles::jj, kErode, ksize_, visualization-live-secondInstance_cfg::m, mask_, nrocs_, nrows_, class-composition::o, PixelMapPlotter::roc, and findQualityFiles::v.
Referenced by produce().
|
override |
Definition at line 107 of file SiPixelDigiMorphing.cc.
References c, cuy::col, fakeAdc_, edm::Event::get(), mps_fire::i, iters_, kDilate, kernel1_, kernel2_, kErode, morph(), eostools::move(), ncols_r_, nrocs_, nrows_, class-composition::o, edm::Event::put(), alignCSCRings::r, PixelMapPlotter::roc, tPixelDigi_, and tPutPixelDigi_.
|
private |
Definition at line 32 of file SiPixelDigiMorphing.cc.
Referenced by produce().
|
private |
Definition at line 31 of file SiPixelDigiMorphing.cc.
Referenced by morph(), produce(), and SiPixelDigiMorphing().
|
private |
Definition at line 37 of file SiPixelDigiMorphing.cc.
Referenced by produce(), and SiPixelDigiMorphing().
|
private |
Definition at line 38 of file SiPixelDigiMorphing.cc.
Referenced by produce(), and SiPixelDigiMorphing().
|
private |
Definition at line 35 of file SiPixelDigiMorphing.cc.
Referenced by morph(), and SiPixelDigiMorphing().
|
private |
Definition at line 39 of file SiPixelDigiMorphing.cc.
Referenced by morph(), and SiPixelDigiMorphing().
|
private |
Definition at line 29 of file SiPixelDigiMorphing.cc.
Referenced by SiPixelDigiMorphing().
|
private |
Definition at line 34 of file SiPixelDigiMorphing.cc.
Referenced by produce(), and SiPixelDigiMorphing().
|
private |
Definition at line 30 of file SiPixelDigiMorphing.cc.
Referenced by morph(), produce(), and SiPixelDigiMorphing().
|
private |
Definition at line 28 of file SiPixelDigiMorphing.cc.
|
private |
Definition at line 25 of file SiPixelDigiMorphing.cc.
Referenced by produce().
|
private |
Definition at line 26 of file SiPixelDigiMorphing.cc.
Referenced by produce().