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 
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 ;
22  template <unsigned int N>
23  std::pair<bool, double> estimate(const TrajectoryStateOnSurface& tsos,
24  const TrackingRecHit& aRecHit) const ;
25 
26 
28  return new MRHChi2MeasurementEstimator(*this);
29  }
30 
31 
32 };
33 
34 #endif
#define GCC11_FINAL
virtual MRHChi2MeasurementEstimator * clone() const
MRHChi2MeasurementEstimator(double maxChi2, double nSigma=3.)
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &tsos, const TrackingRecHit &aRecHit) const