#include <SiStripZeroSuppression.h>
Public Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
SiStripZeroSuppression (const edm::ParameterSet &) | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Types | |
typedef std::vector < edm::InputTag > ::const_iterator | tag_iterator_t |
typedef token_v::const_iterator | token_iterator_t |
typedef edm::EDGetTokenT < edm::DetSetVector < SiStripRawDigi > > | token_t |
typedef std::vector< token_t > | token_v |
Private Member Functions | |
void | CollectionMergedZeroSuppression (edm::Event &) |
void | formatRawDigis (edm::DetSetVector< SiStripRawDigi >::const_iterator, edm::DetSet< SiStripRawDigi > &) |
void | MergeCollectionsZeroSuppression (edm::Event &) |
void | processRaw (const edm::InputTag &, const edm::DetSetVector< SiStripRawDigi > &) |
void | StandardZeroSuppression (edm::Event &) |
void | storeBaseline (uint32_t, const std::vector< std::pair< short, float > > &) |
void | storeBaselinePoints (uint32_t) |
void | storeCMN (uint32_t, const std::vector< std::pair< short, float > > &) |
void | storeExtraOutput (uint32_t, int16_t) |
Private Attributes | |
std::auto_ptr < SiStripRawProcessingAlgorithms > | algorithms |
edm::EDGetTokenT < edm::DetSetVector < SiStripRawDigi > > | DigisToMergeVR |
edm::EDGetTokenT < edm::DetSetVector < SiStripDigi > > | DigisToMergeZS |
bool | fixCM |
std::vector< edm::InputTag > | inputTags |
token_v | inputTokens |
bool | mergeCollections |
std::vector< edm::DetSet < SiStripProcessedRawDigi > > | output_apvcm |
std::vector< edm::DetSet < SiStripDigi > > | output_base |
std::vector< edm::DetSet < SiStripRawDigi > > | output_base_raw |
std::vector< edm::DetSet < SiStripProcessedRawDigi > > | output_baseline |
std::vector< edm::DetSet < SiStripDigi > > | output_baseline_points |
bool | produceBaselinePoints |
bool | produceCalculatedBaseline |
bool | produceRawDigis |
bool | storeCM |
bool | storeInZScollBadAPV |
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 |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 16 of file SiStripZeroSuppression.h.
|
private |
Definition at line 40 of file SiStripZeroSuppression.h.
|
private |
Definition at line 49 of file SiStripZeroSuppression.h.
|
private |
Definition at line 47 of file SiStripZeroSuppression.h.
|
private |
Definition at line 48 of file SiStripZeroSuppression.h.
|
explicit |
Definition at line 15 of file SiStripZeroSuppression.cc.
References DigisToMergeVR, DigisToMergeZS, fixCM, edm::ParameterSet::getParameter(), beam_dqm_sourceclient-live_cfg::inputTag, inputTags, inputTokens, mergeCollections, produceBaselinePoints, produceCalculatedBaseline, produceRawDigis, storeCM, storeInZScollBadAPV, GlobalPosition_Frontier_DevDB_cff::tag, and edm::vector_transform().
|
inlineprivate |
Definition at line 415 of file SiStripZeroSuppression.cc.
References edm::Event::getByLabel(), beam_dqm_sourceclient-live_cfg::inputTag, inputTags, convertSQLitetoXML_cfg::output, output_base, processRaw(), and edm::Event::put().
|
inlineprivate |
Definition at line 148 of file SiStripZeroSuppression.cc.
References algorithms, edm::DetSetVector< T >::begin(), edm::DetSetVector< T >::end(), and edm::DetSet< T >::push_back().
Referenced by processRaw().
|
inlineprivate |
Definition at line 265 of file SiStripZeroSuppression.cc.
References ecalMGPA::adc(), algorithms, edm::DetSet< T >::begin(), edm::HandleBase::clear(), prof2calltree::count, gather_cfg::cout, DigisToMergeVR, DigisToMergeZS, edm::DetSet< T >::end(), edm::Event::getByToken(), convertSQLitetoXML_cfg::output, edm::Event::put(), and edm::DetSet< T >::size().
Referenced by produce().
|
inlineprivate |
Definition at line 105 of file SiStripZeroSuppression.cc.
References algorithms, edm::DetSetVector< T >::begin(), edm::DetSetVector< T >::end(), Exception, formatRawDigis(), edm::InputTag::instance(), output_apvcm, output_base, output_base_raw, output_baseline, output_baseline_points, produceBaselinePoints, produceCalculatedBaseline, produceRawDigis, edm::DetSet< T >::size(), storeCM, storeExtraOutput(), and storeInZScollBadAPV.
Referenced by CollectionMergedZeroSuppression(), and StandardZeroSuppression().
|
virtual |
Implements edm::stream::EDProducerBase.
Definition at line 52 of file SiStripZeroSuppression.cc.
References algorithms, mergeCollections, MergeCollectionsZeroSuppression(), and StandardZeroSuppression().
|
inlineprivate |
Definition at line 63 of file SiStripZeroSuppression.cc.
References edm::Event::getByToken(), input, beam_dqm_sourceclient-live_cfg::inputTag, inputTags, inputTokens, convertSQLitetoXML_cfg::output, output_apvcm, output_base, output_base_raw, output_baseline, output_baseline_points, processRaw(), produceBaselinePoints, produceCalculatedBaseline, produceRawDigis, edm::Event::put(), and storeCM.
Referenced by produce().
|
inlineprivate |
Definition at line 178 of file SiStripZeroSuppression.cc.
References algorithms, i, output_baseline, edm::DetSet< T >::push_back(), and edm::DetSet< T >::size().
Referenced by storeExtraOutput().
|
inlineprivate |
Definition at line 203 of file SiStripZeroSuppression.cc.
References algorithms, output_baseline_points, edm::DetSet< T >::push_back(), and edm::DetSet< T >::size().
Referenced by storeExtraOutput().
|
inlineprivate |
Definition at line 229 of file SiStripZeroSuppression.cc.
References algorithms, plotBeamSpotDB::first, fixCM, i, output_apvcm, edm::DetSet< T >::push_back(), edm::second(), and edm::DetSet< T >::size().
Referenced by storeExtraOutput().
|
inlineprivate |
Definition at line 166 of file SiStripZeroSuppression.cc.
References algorithms, produceBaselinePoints, produceCalculatedBaseline, storeBaseline(), storeBaselinePoints(), storeCM, and storeCMN().
Referenced by processRaw().
|
private |
Definition at line 46 of file SiStripZeroSuppression.h.
Referenced by formatRawDigis(), MergeCollectionsZeroSuppression(), processRaw(), produce(), storeBaseline(), storeBaselinePoints(), storeCMN(), and storeExtraOutput().
|
private |
Definition at line 38 of file SiStripZeroSuppression.h.
Referenced by MergeCollectionsZeroSuppression(), and SiStripZeroSuppression().
|
private |
Definition at line 37 of file SiStripZeroSuppression.h.
Referenced by MergeCollectionsZeroSuppression(), and SiStripZeroSuppression().
|
private |
Definition at line 58 of file SiStripZeroSuppression.h.
Referenced by SiStripZeroSuppression(), and storeCMN().
|
private |
Definition at line 36 of file SiStripZeroSuppression.h.
Referenced by CollectionMergedZeroSuppression(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputEventContent(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::readConnections(), SiStripZeroSuppression(), StandardZeroSuppression(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::uses().
|
private |
Definition at line 50 of file SiStripZeroSuppression.h.
Referenced by SiStripZeroSuppression(), and StandardZeroSuppression().
|
private |
Definition at line 57 of file SiStripZeroSuppression.h.
Referenced by produce(), and SiStripZeroSuppression().
|
private |
Definition at line 43 of file SiStripZeroSuppression.h.
Referenced by processRaw(), StandardZeroSuppression(), and storeCMN().
|
private |
Definition at line 41 of file SiStripZeroSuppression.h.
Referenced by CollectionMergedZeroSuppression(), processRaw(), and StandardZeroSuppression().
|
private |
Definition at line 42 of file SiStripZeroSuppression.h.
Referenced by processRaw(), and StandardZeroSuppression().
|
private |
Definition at line 44 of file SiStripZeroSuppression.h.
Referenced by processRaw(), StandardZeroSuppression(), and storeBaseline().
|
private |
Definition at line 45 of file SiStripZeroSuppression.h.
Referenced by processRaw(), StandardZeroSuppression(), and storeBaselinePoints().
|
private |
Definition at line 55 of file SiStripZeroSuppression.h.
Referenced by processRaw(), SiStripZeroSuppression(), StandardZeroSuppression(), and storeExtraOutput().
|
private |
Definition at line 54 of file SiStripZeroSuppression.h.
Referenced by processRaw(), SiStripZeroSuppression(), StandardZeroSuppression(), and storeExtraOutput().
|
private |
Definition at line 53 of file SiStripZeroSuppression.h.
Referenced by processRaw(), SiStripZeroSuppression(), and StandardZeroSuppression().
|
private |
Definition at line 52 of file SiStripZeroSuppression.h.
Referenced by processRaw(), SiStripZeroSuppression(), StandardZeroSuppression(), and storeExtraOutput().
|
private |
Definition at line 56 of file SiStripZeroSuppression.h.
Referenced by processRaw(), and SiStripZeroSuppression().