CMS 3D CMS Logo

MuonChi2MeasurementEstimator.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackingTools_MuonChi2MeasurementEstimator_H
2 #define RecoMuon_TrackingTools_MuonChi2MeasurementEstimator_H
3 
15 
16 
18  public:
19 
21  MuonChi2MeasurementEstimator(double maxChi2, double nSigma = 3.);
22 
24  MuonChi2MeasurementEstimator(double dtMaxChi2, double cscMaxChi2, double rpcMaxChi2, double nSigma);
25 
27  std::pair<bool,double> estimate(const TrajectoryStateOnSurface&,
28  const TrackingRecHit&) const override;
29 
30 
31  private:
32 
36 
37 
38 };
39 
40 #endif
MuonChi2MeasurementEstimator(double maxChi2, double nSigma=3.)
Constructor detector indipendent.
Chi2MeasurementEstimator theDTChi2Estimator
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &, const TrackingRecHit &) const override
Chi2 estimator.
Chi2MeasurementEstimator theRPCChi2Estimator
Chi2MeasurementEstimator theCSCChi2Estimator