#include <PixelTrackReconstruction.h>
Public Member Functions | |
void | halt () |
void | init (const edm::EventSetup &es) |
PixelTrackReconstruction (const edm::ParameterSet &conf) | |
void | run (pixeltrackfitting::TracksWithTTRHs &tah, edm::Event &ev, const edm::EventSetup &es) |
~PixelTrackReconstruction () | |
Private Attributes | |
PixelTrackCleaner * | theCleaner |
edm::ParameterSet | theConfig |
PixelTrackFilter * | theFilter |
const PixelFitter * | theFitter |
OrderedHitsGenerator * | theGenerator |
TrackingRegionProducer * | theRegionProducer |
Definition at line 14 of file PixelTrackReconstruction.h.
PixelTrackReconstruction::PixelTrackReconstruction | ( | const edm::ParameterSet & | conf | ) |
Definition at line 34 of file PixelTrackReconstruction.cc.
PixelTrackReconstruction::~PixelTrackReconstruction | ( | ) |
void PixelTrackReconstruction::halt | ( | ) |
Definition at line 43 of file PixelTrackReconstruction.cc.
References theCleaner, theFilter, theFitter, theGenerator, and theRegionProducer.
Referenced by PixelTrackProducer::endRun(), and ~PixelTrackReconstruction().
void PixelTrackReconstruction::init | ( | const edm::EventSetup & | es | ) |
Definition at line 52 of file PixelTrackReconstruction.cc.
References reco_skim_cfg_mod::filterName, reco::get(), edm::ParameterSet::getParameter(), theCleaner, theConfig, theFilter, theFitter, theGenerator, and theRegionProducer.
Referenced by PixelTrackProducer::beginRun().
void PixelTrackReconstruction::run | ( | pixeltrackfitting::TracksWithTTRHs & | tah, |
edm::Event & | ev, | ||
const edm::EventSetup & | es | ||
) |
Definition at line 81 of file PixelTrackReconstruction.cc.
References PixelTrackCleanerWrapper::clean(), OrderedHitsGenerator::clear(), TrackingRegionProducer::regions(), OrderedHitsGenerator::run(), PixelFitter::run(), OrderedSeedingHits::size(), SeedingHitSet::size(), theCleaner, theFilter, theFitter, theGenerator, theRegionProducer, and PixelTrackFilter::update().
Referenced by PixelTrackProducer::produce().
|
private |
Definition at line 29 of file PixelTrackReconstruction.h.
|
private |
Definition at line 26 of file PixelTrackReconstruction.h.
Referenced by init().
|
private |
Definition at line 28 of file PixelTrackReconstruction.h.
|
private |
Definition at line 27 of file PixelTrackReconstruction.h.
|
private |
Definition at line 30 of file PixelTrackReconstruction.h.
|
private |
Definition at line 31 of file PixelTrackReconstruction.h.