CMS 3D CMS Logo

Chi2Strip1DEstimator.h
Go to the documentation of this file.
1 #ifndef CD_Chi2Strip1DEstimator_H_
2 #define CD_Chi2Strip1DEstimator_H_
3 
13 
15 
16 public:
17 
18  explicit Chi2Strip1DEstimator(double maxChi2, double nSigma = 3.) :
20 
21  std::pair<bool,double> estimate(const TrajectoryStateOnSurface&,
22  const TrackingRecHit&) const override;
23 
24  Chi2Strip1DEstimator* clone() const override {
25  return new Chi2Strip1DEstimator(*this);
26  }
27 
28 };
29 
30 #endif //CD_Chi2Strip1DEstimator_H_
Chi2Strip1DEstimator(double maxChi2, double nSigma=3.)
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &, const TrackingRecHit &) const override
Chi2Strip1DEstimator * clone() const override