#include <RecoLocalTracker/SiStripMeanCMExtractor/src/SiStripMeanCMExtractor.cc>
Public Member Functions | |
SiStripMeanCMExtractor (const edm::ParameterSet &) | |
~SiStripMeanCMExtractor () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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 Member Functions | |
virtual void | beginJob () override |
void | CMExtractorFromPedestals (const edm::DetSetVector< SiStripRawDigi > &, std::vector< edm::DetSet< SiStripProcessedRawDigi > > &) |
void | ConvertMeanMapToDetSetVector (std::vector< edm::DetSet< SiStripProcessedRawDigi > > &) |
virtual void | endJob () override |
void | init (const edm::EventSetup &) |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
void | StoreMean (const edm::DetSetVector< SiStripProcessedRawDigi > &) |
Private Attributes | |
uint16_t | _actualEvent |
std::string | _Algorithm |
CMMap | _CMMap |
edm::InputTag | _inputTag |
uint16_t | _nEventsToUse |
uint32_t | pedestal_cache_id_ |
edm::ESHandle< SiStripPedestals > | pedestalHandle_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | 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::EDProducer | |
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) |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 53 of file SiStripMeanCMExtractor.cc.
|
explicit |
Definition at line 80 of file SiStripMeanCMExtractor.cc.
References _nEventsToUse.
SiStripMeanCMExtractor::~SiStripMeanCMExtractor | ( | ) |
Definition at line 92 of file SiStripMeanCMExtractor.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 211 of file SiStripMeanCMExtractor.cc.
References _actualEvent, and _CMMap.
|
private |
Definition at line 144 of file SiStripMeanCMExtractor.cc.
References sistrip::APV, edm::DetSetVector< T >::begin(), edm::DetSetVector< T >::end(), pedestalHandle_, and edm::DetSet< T >::push_back().
Referenced by produce().
|
private |
Definition at line 196 of file SiStripMeanCMExtractor.cc.
References _actualEvent, _CMMap, end, and edm::DetSet< T >::push_back().
Referenced by produce().
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 220 of file SiStripMeanCMExtractor.cc.
|
private |
Definition at line 97 of file SiStripMeanCMExtractor.cc.
References edm::EventSetup::get(), pedestal_cache_id_, and pedestalHandle_.
Referenced by produce().
|
overrideprivatevirtual |
Implements edm::EDProducer.
Definition at line 109 of file SiStripMeanCMExtractor.cc.
References _actualEvent, _Algorithm, _inputTag, CMExtractorFromPedestals(), ConvertMeanMapToDetSetVector(), edm::Event::getByLabel(), init(), input, edm::Event::put(), and StoreMean().
|
private |
Definition at line 167 of file SiStripMeanCMExtractor.cc.
References _CMMap, edm::DetSetVector< T >::begin(), and edm::DetSetVector< T >::end().
Referenced by produce().
|
private |
Definition at line 74 of file SiStripMeanCMExtractor.cc.
Referenced by beginJob(), ConvertMeanMapToDetSetVector(), and produce().
|
private |
Definition at line 72 of file SiStripMeanCMExtractor.cc.
Referenced by produce().
|
private |
Definition at line 76 of file SiStripMeanCMExtractor.cc.
Referenced by beginJob(), ConvertMeanMapToDetSetVector(), and StoreMean().
|
private |
Definition at line 71 of file SiStripMeanCMExtractor.cc.
Referenced by produce().
|
private |
Definition at line 73 of file SiStripMeanCMExtractor.cc.
Referenced by SiStripMeanCMExtractor().
|
private |
Definition at line 66 of file SiStripMeanCMExtractor.cc.
Referenced by init().
|
private |
Definition at line 65 of file SiStripMeanCMExtractor.cc.
Referenced by CMExtractorFromPedestals(), and init().