#include <RoadSearchHelixMakerAlgorithm.h>
Public Member Functions | |
RoadSearchHelixMakerAlgorithm (const edm::ParameterSet &conf) | |
void | run (const TrackCandidateCollection *input, const edm::EventSetup &es, reco::TrackCollection &output) |
Runs the algorithm. More... | |
~RoadSearchHelixMakerAlgorithm () | |
Private Attributes | |
edm::ParameterSet | conf_ |
Definition at line 29 of file RoadSearchHelixMakerAlgorithm.h.
RoadSearchHelixMakerAlgorithm::RoadSearchHelixMakerAlgorithm | ( | const edm::ParameterSet & | conf | ) |
Definition at line 55 of file RoadSearchHelixMakerAlgorithm.cc.
RoadSearchHelixMakerAlgorithm::~RoadSearchHelixMakerAlgorithm | ( | ) |
Definition at line 58 of file RoadSearchHelixMakerAlgorithm.cc.
void RoadSearchHelixMakerAlgorithm::run | ( | const TrackCandidateCollection * | input, |
const edm::EventSetup & | es, | ||
reco::TrackCollection & | output | ||
) |
Runs the algorithm.
Definition at line 61 of file RoadSearchHelixMakerAlgorithm.cc.
References fieldHandle, edm::EventSetup::get(), LogDebug, GluedGeomDet::monoDet(), edm::ESHandle< class >::product(), TrackCandidate::recHits(), StripTopology::stripLength(), DetId::subdetId(), GeomDet::surface(), StripSubdetector::TIB, StripSubdetector::TOB, Surface::toGlobal(), GeomDetUnit::topology(), patCandidatesForDimuonsSequences_cff::tracker, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by cms::RoadSearchHelixMaker::produce().
|
private |
Definition at line 42 of file RoadSearchHelixMakerAlgorithm.h.