|
std::pair< bool, double > | estimate (const TrajectoryStateOnSurface &, const TrackingRecHit &) const override |
| Chi2 estimator. More...
|
|
| MuonChi2MeasurementEstimator (double dtMaxChi2, double cscMaxChi2, double rpcMaxChi2, double nSigma) |
| Constructor detector dependent. More...
|
|
| MuonChi2MeasurementEstimator (double maxChi2, double nSigma=3.) |
| Constructor detector indipendent. More...
|
|
template<typename... Args> |
| Chi2MeasurementEstimatorBase (double maxChi2, double nSigma, float maxDisp, Args &&... args) |
|
| Chi2MeasurementEstimatorBase (double maxChi2, double nSigma=3., float maxDisp=std::numeric_limits< float >::max()) |
|
double | chiSquaredCut () const |
|
bool | estimate (const TrajectoryStateOnSurface &ts, const Plane &plane) const final |
|
Local2DVector | maximalLocalDisplacement (const TrajectoryStateOnSurface &ts, const Plane &plane) const final |
|
double | nSigmaCut () const |
|
virtual MeasurementEstimator * | clone () const =0 |
|
float | maxSagitta () const |
|
| MeasurementEstimator () |
|
| MeasurementEstimator (float maxSag, float minToll, float mpt) |
|
float | minPt2ForHitRecoveryInGluedDet () const |
|
float | minTolerance2 () const |
|
virtual bool | preFilter (const TrajectoryStateOnSurface &, OpaquePayload const &) const |
|
virtual | ~MeasurementEstimator () |
|
Class to handle different chi2 cut parameters for each muon sub-system. MuonChi2MeasurementEstimator inherits from the Chi2MeasurementEstimatorBase class and uses 3 different estimators.
- Author
- Giorgia Mila - INFN Torino
Definition at line 15 of file MuonChi2MeasurementEstimator.h.