CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MRHChi2MeasurementEstimator.h
Go to the documentation of this file.
1 #ifndef MRHChi2MeasurementEstimator_H
2 #define MRHChi2MeasurementEstimator_H
3 
5 
7 
9 public:
16  explicit MRHChi2MeasurementEstimator(double maxChi2, double nSigma = 3.)
18 
19  std::pair<bool, double> estimate(const TrajectoryStateOnSurface& tsos, const TrackingRecHit& aRecHit) const override;
20  template <unsigned int N>
21  std::pair<bool, double> estimate(const TrajectoryStateOnSurface& tsos, const TrackingRecHit& aRecHit) const;
22 
23  MRHChi2MeasurementEstimator* clone() const override { return new MRHChi2MeasurementEstimator(*this); }
24 };
25 
26 #endif
MRHChi2MeasurementEstimator * clone() const override
MRHChi2MeasurementEstimator(double maxChi2, double nSigma=3.)
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &tsos, const TrackingRecHit &aRecHit) const override