CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Chi2MeasurementEstimator.h
Go to the documentation of this file.
1 #ifndef CommonDet_Chi2MeasurementEstimator_H
2 #define CommonDet_Chi2MeasurementEstimator_H
3 
14 
16 public:
18 
19  std::pair<bool, double> estimate(const TrajectoryStateOnSurface&, const TrackingRecHit&) const override;
20 
21  Chi2MeasurementEstimator* clone() const override { return new Chi2MeasurementEstimator(*this); }
22 };
23 
24 #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