CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonChi2MeasurementEstimator.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackingTools_MuonChi2MeasurementEstimator_H
2 #define RecoMuon_TrackingTools_MuonChi2MeasurementEstimator_H
3 
17 
18 
20  public:
21 
23  MuonChi2MeasurementEstimator(double maxChi2, double nSigma = 3.);
24 
26  MuonChi2MeasurementEstimator(double dtMaxChi2, double cscMaxChi2, double rpcMaxChi2, double nSigma);
27 
29  virtual std::pair<bool,double> estimate(const TrajectoryStateOnSurface&,
30  const TransientTrackingRecHit&) const;
31 
32 
33  private:
34 
38 
39 
40 };
41 
42 #endif
MuonChi2MeasurementEstimator(double maxChi2, double nSigma=3.)
Constructor detector indipendent.
Chi2MeasurementEstimator theDTChi2Estimator
Chi2MeasurementEstimator theRPCChi2Estimator
Chi2MeasurementEstimator theCSCChi2Estimator
virtual std::pair< bool, double > estimate(const TrajectoryStateOnSurface &, const TransientTrackingRecHit &) const
Chi2 estimator.