#include <OuterEstimator.h>
Private Attributes | |
OuterDetCompatibility | theDetCompatibility |
OuterHitCompatibility | theHitCompatibility |
Additional Inherited Members | |
Public Types inherited from MeasurementEstimator | |
typedef std::pair< bool, double > | HitReturnType |
typedef Vector2DBase< float, LocalTag > | Local2DVector |
typedef bool | SurfaceReturnType |
It is a MeasurementEstimator used by TrackingRegions for finding (OUTER) compatible hits and det units by testing the hit compatibility by OuterHitCompatibility and det compatibility by OuterDetCompatibility
Definition at line 19 of file OuterEstimator.h.
|
inline |
Definition at line 22 of file OuterEstimator.h.
Referenced by clone().
|
inlinevirtual |
Definition at line 28 of file OuterEstimator.h.
|
inline |
Definition at line 51 of file OuterEstimator.h.
References OuterDetCompatibility::center(), and theDetCompatibility.
|
inlinevirtual |
Implements MeasurementEstimator.
Definition at line 53 of file OuterEstimator.h.
References OuterEstimator().
|
inline |
Definition at line 63 of file OuterEstimator.h.
References theDetCompatibility.
|
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 MeasurementEstimator.
Definition at line 29 of file OuterEstimator.h.
References theHitCompatibility.
|
inlinevirtual |
Definition at line 36 of file OuterEstimator.h.
References theHitCompatibility.
|
inlinevirtual |
Definition at line 44 of file OuterEstimator.h.
References theDetCompatibility.
|
inline |
Definition at line 65 of file OuterEstimator.h.
References theHitCompatibility.
|
inlinevirtual |
Definition at line 57 of file OuterEstimator.h.
References TrajectoryStateOnSurface::globalPosition(), OuterDetCompatibility::maximalLocalDisplacement(), and theDetCompatibility.
|
private |
Definition at line 69 of file OuterEstimator.h.
Referenced by center(), detCompatibility(), estimate(), and maximalLocalDisplacement().
|
private |
Definition at line 70 of file OuterEstimator.h.
Referenced by estimate(), and hitCompatibility().