#include <PixelTrackProducer.h>
Public Member Functions | |
virtual void | beginRun (edm::Run &run, const edm::EventSetup &es) |
virtual void | endRun (edm::Run &run, const edm::EventSetup &es) |
PixelTrackProducer (const edm::ParameterSet &conf) | |
virtual void | produce (edm::Event &ev, const edm::EventSetup &es) |
~PixelTrackProducer () | |
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 | store (edm::Event &ev, const pixeltrackfitting::TracksWithTTRHs &selectedTracks) |
Private Attributes | |
PixelTrackReconstruction | theReconstruction |
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) |
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 10 of file PixelTrackProducer.h.
|
explicit |
Definition at line 18 of file PixelTrackProducer.cc.
PixelTrackProducer::~PixelTrackProducer | ( | ) |
Definition at line 27 of file PixelTrackProducer.cc.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 34 of file PixelTrackProducer.cc.
References PixelTrackReconstruction::init(), and theReconstruction.
|
virtual |
Reimplemented from edm::EDProducer.
Definition at line 29 of file PixelTrackProducer.cc.
References PixelTrackReconstruction::halt(), and theReconstruction.
|
virtual |
Implements edm::EDProducer.
Definition at line 39 of file PixelTrackProducer.cc.
References edm::EventBase::id(), LogDebug, PixelTrackReconstruction::run(), store(), theReconstruction, and testEve_cfg::tracks.
|
private |
Definition at line 50 of file PixelTrackProducer.cc.
References reco::TrackExtraBase::add(), i, gen::k, LogDebug, edm::Event::put(), reco::TrackBase::setHitPattern(), SeedingHitSet::size(), ExpressReco_HICollisions_FallBack::track, and testEve_cfg::tracks.
Referenced by produce().
|
private |
Definition at line 23 of file PixelTrackProducer.h.
Referenced by beginRun(), endRun(), and produce().