CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MRHChi2MeasurementEstimator.h
Go to the documentation of this file.
1 #ifndef MRHChi2MeasurementEstimator_H
2 #define MRHChi2MeasurementEstimator_H
3 
5 
6 class SiTrackerMultiRecHitUpdator;
7 
9 public:
10 
17  explicit MRHChi2MeasurementEstimator(double maxChi2, double nSigma = 3.) :
18  Chi2MeasurementEstimatorBase( maxChi2, nSigma) {}
19 
20  virtual std::pair<bool,double> estimate(const TrajectoryStateOnSurface&,
21  const TrackingRecHit&) const;
22 
24  return new MRHChi2MeasurementEstimator(*this);
25  }
26 
27 
28 };
29 
30 #endif
virtual std::pair< bool, double > estimate(const TrajectoryStateOnSurface &ts, const TrackingRecHit &) const =0
virtual MRHChi2MeasurementEstimator * clone() const
MRHChi2MeasurementEstimator(double maxChi2, double nSigma=3.)
Unlimited (trivial) bounds.