CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Chi2MeasurementEstimatorForTrackerHits.h
Go to the documentation of this file.
1 #ifndef CommonDet_Chi2MeasurementEstimatorForTrackerHits_H
2 #define CommonDet_Chi2MeasurementEstimatorForTrackerHits_H
3 
6 
7 
16 public:
17 
23  explicit Chi2MeasurementEstimatorForTrackerHits(double maxChi2, double nSigma = 3.) :
25 
29 
30  void clearCache() { cacheUpToDate_ = false; }
31 
32  virtual std::pair<bool,double> estimate(const TrajectoryStateOnSurface&,
33  const TransientTrackingRecHit&) const;
34 
37  }
38 private:
39  mutable bool cacheUpToDate_;
42 };
43 
44 #endif
virtual std::pair< bool, double > estimate(const TrajectoryStateOnSurface &, const TransientTrackingRecHit &) const
Chi2MeasurementEstimatorForTrackerHits(const Chi2MeasurementEstimatorBase &est)
ROOT::Math::SMatrix< double, 2, 2, ROOT::Math::MatRepSym< double, 2 > > AlgebraicSymMatrix22
virtual Chi2MeasurementEstimatorForTrackerHits * clone() const
Chi2MeasurementEstimatorForTrackerHits(double maxChi2, double nSigma=3.)
ROOT::Math::SVector< double, 2 > AlgebraicVector2