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 
14 
16 public:
18  MuonChi2MeasurementEstimator(double maxChi2, double nSigma = 3.);
19 
21  MuonChi2MeasurementEstimator(double dtMaxChi2, double cscMaxChi2, double rpcMaxChi2, double nSigma);
22 
24  std::pair<bool, double> estimate(const TrajectoryStateOnSurface&, const TrackingRecHit&) const override;
25 
26 private:
30 };
31 
32 #endif
MuonChi2MeasurementEstimator(double maxChi2, double nSigma=3.)
Constructor detector indipendent.
Chi2MeasurementEstimator theDTChi2Estimator
Chi2MeasurementEstimator theRPCChi2Estimator
Chi2MeasurementEstimator theCSCChi2Estimator
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &, const TrackingRecHit &) const override
Chi2 estimator.