Go to the documentation of this file.
6 #ifndef CalibPPS_AlignmentRelative_LocalTrackFitter_h
7 #define CalibPPS_AlignmentRelative_LocalTrackFitter_h
bool fit(HitCollection &, const AlignmentGeometry &, LocalTrackFit &) const
void fitAndRemoveOutliers(HitCollection &, const AlignmentGeometry &, LocalTrackFit &, bool &failed, bool &selectionChanged) const
unsigned int verbosity
verbosity level
void removeInsufficientPots(HitCollection &, bool &selectionChanged) const
removes the hits of pots with too few planes active
LocalTrackFitter()
dummy constructor (not to be used)
unsigned int minimumHitsPerProjectionPerRP
minimum of hits to accept data from a RP
virtual ~LocalTrackFitter()
std::vector< Hit > HitCollection
Local (linear) track description (or a fit result). Uses global reference system.
double maxResidualToSigma
hits with higher ratio residual/sigma will be dropped
Performs straight-line fit and outlier rejection.