#include <SiStripRawToClusters.h>
Public Types | |
typedef edm::LazyGetter < SiStripCluster > | LazyGetter |
typedef RawToClustersLazyUnpacker | LazyUnpacker |
typedef edm::RefGetter < SiStripCluster > | RefGetter |
typedef SiStripRegionCabling::SubDet | SubDet |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Member Functions | |
virtual void | beginRun (edm::Run &, const edm::EventSetup &) |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
RawToClusters (const edm::ParameterSet &) | |
~RawToClusters () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
void | updateCabling (const edm::EventSetup &setup) |
Private Attributes | |
const SiStripRegionCabling * | cabling_ |
uint32_t | cacheId_ |
std::auto_ptr < StripClusterizerAlgorithm > | clusterizer_ |
edm::InputTag | productLabel_ |
std::auto_ptr < SiStripRawProcessingAlgorithms > | rawAlgos_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 22 of file SiStripRawToClusters.h.
Definition at line 26 of file SiStripRawToClusters.h.
Definition at line 28 of file SiStripRawToClusters.h.
Definition at line 27 of file SiStripRawToClusters.h.
Definition at line 29 of file SiStripRawToClusters.h.
sistrip::RawToClusters::RawToClusters | ( | const edm::ParameterSet & | conf | ) |
Definition at line 17 of file SiStripRawToClusters.cc.
References edm::isDebugEnabled(), and LogTrace.
sistrip::RawToClusters::~RawToClusters | ( | ) |
Definition at line 32 of file SiStripRawToClusters.cc.
References edm::isDebugEnabled(), and LogTrace.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 40 of file SiStripRawToClusters.cc.
References clusterizer_, rawAlgos_, and updateCabling().
|
virtual |
Implements edm::EDProducer.
Definition at line 46 of file SiStripRawToClusters.cc.
References SiStripRegionCabling::ALLLAYERS, SiStripRegionCabling::ALLSUBDETS, cabling_, clusterizer_, runEdmFileComparison::collection, SiStripRegionCabling::getRegionCabling(), productLabel_, rawAlgos_, and updateCabling().
Referenced by python.JSONExport.JsonExport::export(), and python.HTMLExport.HTMLExport::export().
|
private |
Definition at line 68 of file SiStripRawToClusters.cc.
References trackerHits::c, cabling_, cacheId_, edm::EventSetup::get(), and edm::ESHandle< class >::product().
Referenced by beginRun(), and produce().
|
private |
Definition at line 42 of file SiStripRawToClusters.h.
Referenced by produce(), and updateCabling().
|
private |
Definition at line 43 of file SiStripRawToClusters.h.
Referenced by updateCabling().
|
private |
Definition at line 44 of file SiStripRawToClusters.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 41 of file SiStripRawToClusters.h.
Referenced by produce().
|
private |
Definition at line 45 of file SiStripRawToClusters.h.
Referenced by beginRun(), and produce().