CMS 3D CMS Logo

Chi2MeasurementEstimator.h
Go to the documentation of this file.
1 #ifndef CommonDet_Chi2MeasurementEstimator_H
2 #define CommonDet_Chi2MeasurementEstimator_H
3 
14 
16 public:
17 
19 
20  std::pair<bool,double> estimate(const TrajectoryStateOnSurface&,
21  const TrackingRecHit&) const override;
22 
23  Chi2MeasurementEstimator* clone() const override {
24  return new Chi2MeasurementEstimator(*this);
25  }
26 
27 };
28 
29 #endif
Chi2MeasurementEstimatorBase(double maxChi2, double nSigma=3., float maxDisp=std::numeric_limits< float >::max())
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &, const TrackingRecHit &) const override
Chi2MeasurementEstimator * clone() const override