1 #ifndef CommonDet_Chi2MeasurementEstimatorBase_H
2 #define CommonDet_Chi2MeasurementEstimatorBase_H
25 template<
typename...
Args>
36 const Plane& plane)
const final;
40 const Plane& plane)
const final;
47 std::pair<bool,double>
returnIt(
double est)
const {
double chiSquaredCut() const
Chi2MeasurementEstimatorBase(double maxChi2, double nSigma=3., float maxDisp=std::numeric_limits< float >::max())
std::pair< bool, double > returnIt(double est) const
virtual std::pair< bool, double > estimate(const TrajectoryStateOnSurface &ts, const TrackingRecHit &) const =0
virtual Local2DVector maximalLocalDisplacement(const TrajectoryStateOnSurface &ts, const Plane &plane) const final
Chi2MeasurementEstimatorBase(double maxChi2, double nSigma, float maxDisp, Args &&...args)
std::pair< bool, double > HitReturnType
const float theMaxDisplacement