#include <OuterEstimator.h>
Public Member Functions | |
GlobalPoint | center () |
virtual OuterEstimator * | clone () const |
const OuterDetCompatibility & | detCompatibility () const |
virtual std::pair< bool, double > | estimate (const TrajectoryStateOnSurface &ts, const TransientTrackingRecHit &hit) const |
virtual std::pair< bool, double > | estimate (const TrajectoryStateOnSurface &ts, const TrackingRecHit &hit, const edm::EventSetup &iSetup) const |
virtual bool | estimate (const TrajectoryStateOnSurface &ts, const BoundPlane &plane) const |
const OuterHitCompatibility & | hitCompatibility () const |
virtual MeasurementEstimator::Local2DVector | maximalLocalDisplacement (const TrajectoryStateOnSurface &ts, const BoundPlane &plane) const |
OuterEstimator (const OuterDetCompatibility &detCompatibility, const OuterHitCompatibility &hitCompatibility, const edm::EventSetup &iSetup) | |
virtual | ~OuterEstimator () |
Public Member Functions inherited from MeasurementEstimator | |
virtual | ~MeasurementEstimator () |
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.
Referenced by RectangularEtaPhiTrackingRegion::hits().
|
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 |
Returns true if the TrajectoryStateOnSurface is compatible with the BoundPlane, false otherwise. The TrajectoryStateOnSurface must be on the plane.
Implements MeasurementEstimator.
Definition at line 44 of file OuterEstimator.h.
References theDetCompatibility.
|
inline |
Definition at line 65 of file OuterEstimator.h.
References theHitCompatibility.
Referenced by RectangularEtaPhiTrackingRegion::hits().
|
inlinevirtual |
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 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().