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