EDProducer to translate RecHits ordered by SimTrackId to RecHits expected by the full pattern recognition. More...
#include <TrackingRecHitTranslator.h>
Public Member Functions | |
virtual void | beginRun (edm::Run &run, const edm::EventSetup &es) |
virtual void | produce (edm::Event &e, const edm::EventSetup &c) |
TrackingRecHitTranslator (const edm::ParameterSet &conf) | |
virtual | ~TrackingRecHitTranslator () |
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 | loadRecHits (std::map< DetId, edm::OwnVector< SiTrackerGSRecHit2D > > &theRecHits, SiTrackerFullGSRecHit2DCollection &theRecHitCollection) const |
Private Attributes | |
const TrackerGeometry * | geometry |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
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::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
EDProducer to translate RecHits ordered by SimTrackId to RecHits expected by the full pattern recognition.
Definition at line 27 of file TrackingRecHitTranslator.h.
|
explicit |
Description: see TrackingRecHitTranslator.h Authors: R. Ranieri (CERN)
Definition at line 32 of file TrackingRecHitTranslator.cc.
|
virtual |
Definition at line 38 of file TrackingRecHitTranslator.cc.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 41 of file TrackingRecHitTranslator.cc.
References geometry, and edm::EventSetup::get().
|
private |
Definition at line 93 of file TrackingRecHitTranslator.cc.
References edm::RangeMap< ID, C, P >::put().
Referenced by produce().
|
virtual |
Implements edm::EDProducer.
Definition at line 50 of file TrackingRecHitTranslator.cc.
References edm::Event::getByType(), loadRecHits(), and edm::Event::put().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 47 of file TrackingRecHitTranslator.h.
Referenced by beginRun(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::leaveEvent().