#include <PixelTrackReconstruction.h>
Public Member Functions | |
PixelTrackReconstruction (const edm::ParameterSet &conf, edm::ConsumesCollector &&iC) | |
void | run (pixeltrackfitting::TracksWithTTRHs &tah, edm::Event &ev, const edm::EventSetup &es) |
~PixelTrackReconstruction () | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ParameterSetDescription &desc) |
Private Attributes | |
std::string | theCleanerName |
edm::EDGetTokenT< PixelTrackFilter > | theFilterToken |
edm::EDGetTokenT< PixelFitter > | theFitterToken |
edm::EDGetTokenT< RegionsSeedingHitSets > | theHitSetsToken |
Definition at line 19 of file PixelTrackReconstruction.h.
PixelTrackReconstruction::PixelTrackReconstruction | ( | const edm::ParameterSet & | conf, |
edm::ConsumesCollector && | iC | ||
) |
Definition at line 31 of file PixelTrackReconstruction.cc.
References edm::ParameterSet::getParameter(), edm::InputTag::label(), and theFilterToken.
PixelTrackReconstruction::~PixelTrackReconstruction | ( | ) |
Definition at line 43 of file PixelTrackReconstruction.cc.
|
static |
Definition at line 47 of file PixelTrackReconstruction.cc.
References edm::ParameterSetDescription::add(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by PixelTrackProducer::fillDescriptions().
void PixelTrackReconstruction::run | ( | pixeltrackfitting::TracksWithTTRHs & | tah, |
edm::Event & | ev, | ||
const edm::EventSetup & | es | ||
) |
FIXME at some point we need to migrate the fitter...
Definition at line 54 of file PixelTrackReconstruction.cc.
References PixelTrackCleanerWrapper::clean(), ALCARECOTkAlBeamHalo_cff::filter, edm::EventSetup::get(), edm::Event::getByToken(), hfClusterShapes_cfi::hits, edm::EDGetTokenT< T >::isUninitialized(), edm::Handle< T >::product(), theCleanerName, theFilterToken, theFitterToken, theHitSetsToken, and HiIsolationCommonParameters_cff::track.
Referenced by PixelTrackProducer::produce().
|
private |
Definition at line 34 of file PixelTrackReconstruction.h.
Referenced by run().
|
private |
Definition at line 33 of file PixelTrackReconstruction.h.
Referenced by PixelTrackReconstruction(), and run().
|
private |
Definition at line 32 of file PixelTrackReconstruction.h.
Referenced by run().
|
private |
Definition at line 31 of file PixelTrackReconstruction.h.
Referenced by run().