#include <EtaPhiEstimator.h>
Public Member Functions | |
virtual EtaPhiEstimator * | clone () const |
virtual std::pair< bool, double > | estimate (const TrajectoryStateOnSurface &tsos, const TransientTrackingRecHit &aRecHit) const |
EtaPhiEstimator (double eta, double phi, const Chi2MeasurementEstimatorBase *estimator) | |
Public Member Functions inherited from Chi2MeasurementEstimatorBase | |
Chi2MeasurementEstimatorBase (double maxChi2, double nSigma=3.) | |
double | chiSquaredCut () const |
virtual bool | estimate (const TrajectoryStateOnSurface &ts, const BoundPlane &plane) const |
virtual Local2DVector | maximalLocalDisplacement (const TrajectoryStateOnSurface &ts, const BoundPlane &plane) const |
double | nSigmaCut () const |
Public Member Functions inherited from MeasurementEstimator | |
virtual | ~MeasurementEstimator () |
Private Attributes | |
const Chi2MeasurementEstimatorBase * | estimator_ |
double | thedEta |
double | thedEta2 |
double | thedPhi |
double | thedPhi2 |
Additional Inherited Members | |
Public Types inherited from MeasurementEstimator | |
typedef std::pair< bool, double > | HitReturnType |
typedef Vector2DBase< float, LocalTag > | Local2DVector |
typedef bool | SurfaceReturnType |
Protected Member Functions inherited from Chi2MeasurementEstimatorBase | |
std::pair< bool, double > | returnIt (double est) const |
Definition at line 5 of file EtaPhiEstimator.h.
|
inlineexplicit |
Construct with cuts on chi2 and nSigma. The cut on Chi2 is used to define the acceptance of RecHits. The errors of the trajectory state are multiplied by nSigma to define acceptance of BoundPlane and maximalLocalDisplacement.
Definition at line 13 of file EtaPhiEstimator.h.
Referenced by clone().
|
inlinevirtual |
Implements MeasurementEstimator.
Definition at line 45 of file EtaPhiEstimator.h.
References EtaPhiEstimator().
|
inlinevirtual |
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 24 of file EtaPhiEstimator.h.
References CastorDataFrameFilter_impl::check(), dPhi(), Chi2MeasurementEstimatorBase::estimate(), estimator_, PV3DBase< T, PVType, FrameType >::eta(), TransientTrackingRecHit::globalPosition(), TrajectoryStateOnSurface::globalPosition(), LogDebug, PV3DBase< T, PVType, FrameType >::phi(), thedEta2, and thedPhi2.
|
private |
Definition at line 50 of file EtaPhiEstimator.h.
Referenced by estimate().
|
private |
Definition at line 51 of file EtaPhiEstimator.h.
|
private |
Definition at line 51 of file EtaPhiEstimator.h.
Referenced by estimate().
|
private |
Definition at line 51 of file EtaPhiEstimator.h.
|
private |
Definition at line 51 of file EtaPhiEstimator.h.
Referenced by estimate().