CMS 3D CMS Logo

MRHChi2MeasurementEstimator.h
Go to the documentation of this file.
1 #ifndef MRHChi2MeasurementEstimator_H
2 #define MRHChi2MeasurementEstimator_H
3 
5 
7 
9 public:
10 
17  explicit MRHChi2MeasurementEstimator(double maxChi2, double nSigma = 3.) :
19 
20  std::pair<bool, double> estimate(const TrajectoryStateOnSurface& tsos,
21  const TrackingRecHit& aRecHit) const override ;
22  template <unsigned int N>
23  std::pair<bool, double> estimate(const TrajectoryStateOnSurface& tsos,
24  const TrackingRecHit& aRecHit) const ;
25 
26 
27  MRHChi2MeasurementEstimator* clone() const override {
28  return new MRHChi2MeasurementEstimator(*this);
29  }
30 
31 
32 };
33 
34 #endif
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &tsos, const TrackingRecHit &aRecHit) const override
MRHChi2MeasurementEstimator * clone() const override
MRHChi2MeasurementEstimator(double maxChi2, double nSigma=3.)