|
GsfChi2MeasurementEstimator * | clone () const override |
|
std::pair< bool, double > | estimate (const TrajectoryStateOnSurface &, const TrackingRecHit &) const override |
|
| GsfChi2MeasurementEstimator () |
|
| GsfChi2MeasurementEstimator (double aMaxChi2) |
|
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 |
|
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 which calculates the chisquare of a predicted Gaussian mixture trajectory state with respect to a reconstructed hit according to the Gaussian-sum filter (GSF) strategy. The relevant formulas can be found in R. Fruhwirth, Computer Physics Communications 100 (1997), 1.
Definition at line 15 of file GsfChi2MeasurementEstimator.h.
Returns pair( true, value) if the TrajectoryStateOnSurface is compatible with the RecHit, and pair( false, value) if it is not compatible. The TrajectoryStateOnSurface must be on the same Surface as the RecHit. For an estimator where there is no value computed, e.g. fixed window estimator, only the first(bool) part is of interest.
Implements Chi2MeasurementEstimatorBase.
Definition at line 8 of file GsfChi2MeasurementEstimator.cc.
11 auto const& tsvec = comps();
13 edm::LogError(
"GsfChi2MeasurementEstimator") <<
"Trying to calculate chi2 of hit with respect to empty mixture!";
14 return std::make_pair(
false, 0.);
19 return std::make_pair(
false, 0);
24 for (
auto const& ts : tsvec)
References hltPixelTracks_cff::chi2, Chi2MeasurementEstimator::estimate(), mps_fire::i, Chi2MeasurementEstimatorBase::returnIt(), theEstimator, PosteriorWeightsCalculator::weights(), and HLT_2018_cff::weights.