#include <HICSeedMeasurementEstimator.h>
Public Member Functions | |
HICSeedMeasurementEstimator * | clone () const |
virtual MeasurementEstimator::HitReturnType | estimate (const TrajectoryStateOnSurface &ts, const TransientTrackingRecHit &hit) const |
virtual MeasurementEstimator::SurfaceReturnType | estimate (const TrajectoryStateOnSurface &ts, const BoundPlane &plane) const |
double | getPhi () |
double | getZ () |
HICSeedMeasurementEstimator (bool &trust, int nsig) | |
virtual MeasurementEstimator::Local2DVector | maximalLocalDisplacement (const TrajectoryStateOnSurface &ts, const BoundPlane &plane) const |
double | nSigmaCut () const |
void | set (double &phi, double &z) |
Public Member Functions inherited from MeasurementEstimator | |
virtual | ~MeasurementEstimator () |
Private Attributes | |
int | theNSigma |
double | thePhi |
double | theZ |
bool | trtrue |
Additional Inherited Members | |
Public Types inherited from MeasurementEstimator | |
typedef std::pair< bool, double > | HitReturnType |
typedef Vector2DBase< float, LocalTag > | Local2DVector |
typedef bool | SurfaceReturnType |
Definition at line 9 of file HICSeedMeasurementEstimator.h.
|
inlineexplicit |
Definition at line 12 of file HICSeedMeasurementEstimator.h.
Referenced by clone().
|
inlinevirtual |
Implements MeasurementEstimator.
Definition at line 32 of file HICSeedMeasurementEstimator.h.
References HICSeedMeasurementEstimator().
|
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 7 of file HICSeedMeasurementEstimator.cc.
References FreeTrajectoryState::charge(), gather_cfg::cout, PV3DBase< T, PVType, FrameType >::eta(), TrajectoryStateOnSurface::freeTrajectoryState(), TransientTrackingRecHit::globalPosition(), TrackingRecHit::isValid(), GlobalTrajectoryParameters::momentum(), FreeTrajectoryState::parameters(), PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), pi, GlobalTrajectoryParameters::position(), thePhi, theZ, 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 96 of file HICSeedMeasurementEstimator.cc.
References BoundSurface::bounds(), gather_cfg::cout, TrajectoryStateOnSurface::freeTrajectoryState(), Bounds::length(), FreeTrajectoryState::parameters(), PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), pi, GloballyPositioned< T >::position(), GlobalTrajectoryParameters::position(), thePhi, theZ, Bounds::width(), tablePrinter::width, and PV3DBase< T, PVType, FrameType >::z().
|
inline |
|
inline |
|
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 162 of file HICSeedMeasurementEstimator.cc.
References gather_cfg::cout, TrajectoryStateOnSurface::hasError(), asciidump::le, TrajectoryStateOnSurface::localError(), nSigmaCut(), LocalTrajectoryError::positionError(), mathSSE::sqrt(), LocalError::xx(), and LocalError::yy().
|
inline |
Definition at line 24 of file HICSeedMeasurementEstimator.h.
References theNSigma.
Referenced by maximalLocalDisplacement().
|
inline |
Definition at line 26 of file HICSeedMeasurementEstimator.h.
References phi, thePhi, theZ, and z.
Referenced by cms::DiMuonSeedGeneratorHIC::produce().
|
private |
Definition at line 41 of file HICSeedMeasurementEstimator.h.
Referenced by nSigmaCut().
|
private |
Definition at line 38 of file HICSeedMeasurementEstimator.h.
Referenced by estimate(), getPhi(), and set().
|
private |
Definition at line 39 of file HICSeedMeasurementEstimator.h.
Referenced by estimate(), getZ(), and set().
|
private |
Definition at line 40 of file HICSeedMeasurementEstimator.h.