#include <ConversionBarrelEstimator.h>
Public Member Functions | |
virtual ConversionBarrelEstimator * | clone () const |
ConversionBarrelEstimator () | |
ConversionBarrelEstimator (float phiRangeMin, float phiRangeMax, float zRangeMin, float zRangeMax, double nSigma=3.) | |
virtual std::pair< bool, double > | estimate (const TrajectoryStateOnSurface &ts, const TransientTrackingRecHit &hit) 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 | |
double | theNSigma |
float | thePhiRangeMax |
float | thePhiRangeMin |
float | theZRangeMax |
float | theZRangeMin |
Additional Inherited Members | |
Public Types inherited from MeasurementEstimator | |
typedef std::pair< bool, double > | HitReturnType |
typedef Vector2DBase< float, LocalTag > | Local2DVector |
typedef bool | SurfaceReturnType |
Defines the search area in the barrel
Definition at line 21 of file ConversionBarrelEstimator.h.
|
inline |
|
inline |
Definition at line 25 of file ConversionBarrelEstimator.h.
|
inlinevirtual |
Implements MeasurementEstimator.
Definition at line 37 of file ConversionBarrelEstimator.h.
References ConversionBarrelEstimator().
|
virtual |
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 MeasurementEstimator.
Definition at line 12 of file ConversionBarrelEstimator.cc.
References TrajectoryStateOnSurface::globalParameters(), TransientTrackingRecHit::globalPosition(), TrackingRecHit::localPositionError(), PV3DBase< T, PVType, FrameType >::phi(), pi, GlobalTrajectoryParameters::position(), query::result, mathSSE::sqrt(), thePhiRangeMin, theZRangeMax, LocalError::yy(), and PV3DBase< T, PVType, FrameType >::z().
|
virtual |
Returns true if the TrajectoryStateOnSurface is compatible with the BoundPlane, false otherwise. The TrajectoryStateOnSurface must be on the plane.
Implements MeasurementEstimator.
Definition at line 68 of file ConversionBarrelEstimator.cc.
References TrajectoryStateOnSurface::globalParameters(), GlobalTrajectoryParameters::position(), rangesIntersect(), thePhiRangeMax, thePhiRangeMin, and theZRangeMax.
|
virtual |
Returns the size of the compatibility region around the local position of the TrajectoryStateOnSurface along the directions of local x and y axis. The TrajectoryStateOnSurface must be on the plane. This method allows to limit the search for compatible detectors or RecHits. The MeasurementEstimator should not return "true" for any RecHit or BoundPlane which is entirely outside of the compatibility region defined by maximalLocalDisplacement().
Reimplemented from MeasurementEstimator.
Definition at line 99 of file ConversionBarrelEstimator.cc.
|
inline |
|
private |
Definition at line 56 of file ConversionBarrelEstimator.h.
Referenced by nSigmaCut().
|
private |
Definition at line 53 of file ConversionBarrelEstimator.h.
Referenced by estimate().
|
private |
Definition at line 52 of file ConversionBarrelEstimator.h.
Referenced by estimate().
|
private |
Definition at line 55 of file ConversionBarrelEstimator.h.
Referenced by estimate().
|
private |
Definition at line 54 of file ConversionBarrelEstimator.h.