#ifndef makeTReconTrack_hxx_seen #define makeTReconTrack_hxx_seen #include #include #include #include #include namespace CreateTrack { /// Use a principle component analysis to find the direction of a track, /// Uses the results to fill a COMET::IReconTrack from hits. /// This should work for tracks of any orientation. COMET::IHandle createPCAReconTrack(const COMET::IHitSelection& hits); COMET::IHandle createReconTrack(const COMET::IHitSelection& hits); } #endif