#include <SiStripZeroSuppression.h>
Private Types | |
typedef std::vector < edm::InputTag > ::const_iterator | tag_iterator_t |
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::InputTag | DigisToMergeVR |
edm::InputTag | DigisToMergeZS |
bool | fixCM |
std::vector< edm::InputTag > | inputTags |
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::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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.
|
explicit |
Definition at line 14 of file SiStripZeroSuppression.cc.
References DigisToMergeVR, DigisToMergeZS, fixCM, edm::ParameterSet::getParameter(), inputTags, mergeCollections, produceBaselinePoints, produceCalculatedBaseline, produceRawDigis, storeCM, and storeInZScollBadAPV.
|
inlineprivate |
Definition at line 413 of file SiStripZeroSuppression.cc.
References edm::Event::getByLabel(), inputTags, convertSQLitetoXML_cfg::output, output_base, processRaw(), and edm::Event::put().
|
inlineprivate |
Definition at line 146 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 263 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::getByLabel(), convertSQLitetoXML_cfg::output, edm::Event::put(), and edm::DetSet< T >::size().
Referenced by produce().
|
inlineprivate |
Definition at line 103 of file SiStripZeroSuppression.cc.
References algorithms, edm::DetSetVector< T >::begin(), edm::DetSetVector< T >::end(), edm::hlt::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::EDProducer.
Definition at line 51 of file SiStripZeroSuppression.cc.
References algorithms, mergeCollections, MergeCollectionsZeroSuppression(), and StandardZeroSuppression().
|
inlineprivate |
Definition at line 62 of file SiStripZeroSuppression.cc.
References edm::Event::getByLabel(), input, inputTags, 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 176 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 201 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 227 of file SiStripZeroSuppression.cc.
References algorithms, first, fixCM, i, output_apvcm, edm::DetSet< T >::push_back(), edm::second(), and edm::DetSet< T >::size().
Referenced by storeExtraOutput().
|
inlineprivate |
Definition at line 164 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 54 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 53 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 51 of file SiStripZeroSuppression.h.
Referenced by processRaw(), SiStripZeroSuppression(), StandardZeroSuppression(), and storeExtraOutput().
|
private |
Definition at line 50 of file SiStripZeroSuppression.h.
Referenced by processRaw(), SiStripZeroSuppression(), StandardZeroSuppression(), and storeExtraOutput().
|
private |
Definition at line 49 of file SiStripZeroSuppression.h.
Referenced by processRaw(), SiStripZeroSuppression(), and StandardZeroSuppression().
|
private |
Definition at line 48 of file SiStripZeroSuppression.h.
Referenced by processRaw(), SiStripZeroSuppression(), StandardZeroSuppression(), and storeExtraOutput().
|
private |
Definition at line 52 of file SiStripZeroSuppression.h.
Referenced by processRaw(), and SiStripZeroSuppression().