Private Types | |
typedef edmNew::DetSetVector < SiStripCluster > | ClusterCollection |
typedef edmNew::DetSet < SiStripCluster > ::const_iterator | DetClusIter |
typedef edmNew::DetSet < SiStripCluster > | DetClusterCollection |
typedef edm::DetSet< SiStripDigi > | DetDigiCollection |
typedef edm::DetSet < SiStripDigi > ::const_iterator | DetDigiIter |
typedef edm::DetSetVector < SiStripDigi > | DigiCollection |
Private Member Functions | |
uint16_t | applyGain (const uint16_t &strip, const uint16_t &adc) |
float | gain (const uint16_t &strip) const |
void | initialize (const edm::EventSetup &es) |
void | process (const ClusterCollection &input, std::vector< DetDigiCollection > &output_base) |
void | setDetId (const uint32_t id) |
Private Attributes | |
uint32_t | detId |
uint32_t | gain_cache_id |
edm::ESHandle< SiStripGain > | gainHandle |
SiStripApvGain::Range | gainRange |
edm::EDGetTokenT < ClusterCollection > | token |
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 20 of file SiStripClusterToDigiProducer.cc.
|
private |
Definition at line 22 of file SiStripClusterToDigiProducer.cc.
|
private |
Definition at line 24 of file SiStripClusterToDigiProducer.cc.
Definition at line 23 of file SiStripClusterToDigiProducer.cc.
|
private |
Definition at line 28 of file SiStripClusterToDigiProducer.cc.
|
private |
Definition at line 29 of file SiStripClusterToDigiProducer.cc.
|
private |
Definition at line 27 of file SiStripClusterToDigiProducer.cc.
|
explicit |
Definition at line 54 of file SiStripClusterToDigiProducer.cc.
References edm::ParameterSet::getParameter(), and token.
|
inlineprivate |
Definition at line 137 of file SiStripClusterToDigiProducer.cc.
References ecalMGPA::adc(), RecoTauCleanerPlugins::charge, Exception, and gain().
Referenced by process().
|
inlineprivate |
Definition at line 42 of file SiStripClusterToDigiProducer.cc.
References gainHandle, and gainRange.
Referenced by applyGain().
|
private |
Definition at line 118 of file SiStripClusterToDigiProducer.cc.
References gain_cache_id, gainHandle, and edm::EventSetup::get().
Referenced by produce().
|
private |
Definition at line 91 of file SiStripClusterToDigiProducer.cc.
References applyGain(), edmNew::DetSetVector< T >::begin(), edm::DetSet< T >::data, edmNew::DetSetVector< T >::end(), setDetId(), edm::DetSet< T >::size(), and create_public_lumi_plots::width.
Referenced by ConfigBuilder.ConfigBuilder::addExtraStream(), ConfigBuilder.ConfigBuilder::completeInputCommand(), ConfigBuilder.ConfigBuilder::doNotInlineEventContent(), ConfigBuilder.ConfigBuilder.PrintAllModules::leave(), ConfigBuilder.ConfigBuilder::prepare_HLT(), ConfigBuilder.ConfigBuilder::prepare_LHE(), ConfigBuilder.ConfigBuilder::prepare_PATFILTER(), ConfigBuilder.ConfigBuilder::prepare_VALIDATION(), produce(), ConfigBuilder.ConfigBuilder::renameHLTprocessInSequence(), ConfigBuilder.ConfigBuilder::renameInputTagsInSequence(), and ConfigBuilder.ConfigBuilder::scheduleSequence().
|
overridevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 67 of file SiStripClusterToDigiProducer.cc.
References initialize(), input, edm::HandleBase::isValid(), eostools::move(), process(), and token.
|
inlineprivate |
Definition at line 130 of file SiStripClusterToDigiProducer.cc.
References detId, gainHandle, and gainRange.
Referenced by process().
|
private |
Definition at line 48 of file SiStripClusterToDigiProducer.cc.
Referenced by setDetId().
|
private |
Definition at line 48 of file SiStripClusterToDigiProducer.cc.
Referenced by initialize().
|
private |
Definition at line 47 of file SiStripClusterToDigiProducer.cc.
Referenced by gain(), initialize(), and setDetId().
|
private |
Definition at line 46 of file SiStripClusterToDigiProducer.cc.
Referenced by gain(), and setDetId().
|
private |
Definition at line 45 of file SiStripClusterToDigiProducer.cc.
Referenced by produce(), and SiStripClusterToDigiProducer().