#include <TRecHit2DPosConstraint.h>
Public Member Functions | |
bool | canImproveWithTrack () const override |
virtual RecHitPointer | clone (const TrajectoryStateOnSurface &ts) const |
int | dimension () const override |
float | errorGlobalR () const override |
float | errorGlobalRPhi () const override |
float | errorGlobalZ () const override |
GlobalPoint | globalPosition () const override |
GlobalError | globalPositionError () const override |
LocalPoint | localPosition () const override |
LocalError | localPositionError () const override |
AlgebraicVector | parameters () const override |
AlgebraicSymMatrix | parametersError () const override |
AlgebraicMatrix | projectionMatrix () const override |
std::vector< const TrackingRecHit * > | recHits () const override |
Access to component RecHits (if any) More... | |
std::vector< TrackingRecHit * > | recHits () override |
Non-const access to component RecHits (if any) More... | |
bool | sharesInput (const TrackingRecHit *, SharedInputType) const override |
const Surface * | surface () const override |
TRecHit2DPosConstraint (const LocalPoint &pos, const LocalError &err, const Surface *surface) | |
TRecHit2DPosConstraint (const GeomDet &idet, const LocalPoint &pos, const LocalError &err, const Surface *surface) | |
TRecHit2DPosConstraint (const TRecHit2DPosConstraint &other)=default | |
TRecHit2DPosConstraint (TRecHit2DPosConstraint &&other)=default | |
~TRecHit2DPosConstraint () override | |
Public Member Functions inherited from TrackingRecHit | |
RecHitPointer | cloneForFit (const GeomDet &idet) const |
virtual TrackingRecHit * | cloneHit () const |
virtual RecHitPointer | cloneSH () const |
const GeomDet * | det () const |
virtual const GeomDetUnit * | detUnit () const |
DetId | geographicalId () const |
virtual void | getKfComponents (KfComponentsHolder &holder) const |
unsigned int | getRTTI () const |
Type | getType () const |
virtual bool | hasPositionAndError () const |
to be redefined by daughter class More... | |
virtual TrackingRecHit const * | hit () const |
bool | isValid () const |
id_type | rawId () const |
virtual void | recHitsV (std::vector< const TrackingRecHit * > &) const |
virtual void | recHitsV (std::vector< TrackingRecHit * > &) |
virtual void | setDet (const GeomDet &idet) |
TrackingRecHit (DetId id, Type type=valid) | |
TrackingRecHit (id_type id=0, Type type=valid) | |
TrackingRecHit (DetId id, unsigned int rt, Type type=valid) | |
TrackingRecHit (const GeomDet &idet, Type type=valid) | |
TrackingRecHit (const GeomDet &idet, unsigned int rt, Type type=valid) | |
TrackingRecHit (const GeomDet &idet, TrackingRecHit const &rh) | |
virtual ConstRecHitContainer | transientHits () const |
Type | type () const |
virtual float | weight () const |
virtual | ~TrackingRecHit () |
Static Public Member Functions | |
static RecHitPointer | build (const LocalPoint &pos, const LocalError &err, const Surface *surface) |
Private Member Functions | |
TRecHit2DPosConstraint * | clone () const override |
Private Attributes | |
const LocalError | err_ |
const LocalPoint | pos_ |
ConstReferenceCountingPointer < Surface > | surface_ |
Additional Inherited Members | |
Public Types inherited from TrackingRecHit | |
typedef std::vector < ConstRecHitPointer > | ConstRecHitContainer |
using | ConstRecHitPointer = std::shared_ptr< TrackingRecHit const > |
typedef unsigned int | id_type |
typedef std::vector < ConstRecHitPointer > | RecHitContainer |
using | RecHitPointer = std::shared_ptr< TrackingRecHit const > |
enum | SharedInputType { all, some } |
definition of equality via shared input More... | |
enum | Type { valid = 0, missing = 1, inactive = 2, bad = 3, missing_inner = 4, missing_outer = 5, inactive_inner = 6, inactive_outer = 7 } |
Static Public Attributes inherited from TrackingRecHit | |
static const int | rttiShift = 24 |
static const int | typeMask = 0xf |
Protected Member Functions inherited from TrackingRecHit | |
void | setId (id_type iid) |
void | setRTTI (unsigned int rt) |
void | setType (Type ttype) |
Definition at line 7 of file TRecHit2DPosConstraint.h.
|
inline |
Definition at line 9 of file TRecHit2DPosConstraint.h.
Referenced by build(), and clone().
|
inline |
Definition at line 12 of file TRecHit2DPosConstraint.h.
|
default |
|
default |
|
inlineoverride |
Definition at line 18 of file TRecHit2DPosConstraint.h.
|
inlinestatic |
Definition at line 59 of file TRecHit2DPosConstraint.h.
References TRecHit2DPosConstraint().
Referenced by GsfConstraintAtVertex::constrainAtPoint().
|
inlineoverridevirtual |
Returns true if the clone( const TrajectoryStateOnSurface&) method returns an improved hit, false if it returns an identical copy. In order to avoid redundent copies one should call canImproveWithTrack() before calling clone( const TrajectoryStateOnSurface&). this will be done inside the TkCloner itself
Reimplemented from TrackingRecHit.
Definition at line 55 of file TRecHit2DPosConstraint.h.
|
inlinevirtual |
Definition at line 57 of file TRecHit2DPosConstraint.h.
References clone().
Referenced by clone().
|
inlineoverrideprivatevirtual |
Implements TrackingRecHit.
Definition at line 80 of file TRecHit2DPosConstraint.h.
References TRecHit2DPosConstraint().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Reimplemented from TrackingRecHit.
Definition at line 69 of file TRecHit2DPosConstraint.h.
References globalPosition(), globalPositionError(), and mathSSE::sqrt().
|
inlineoverridevirtual |
Reimplemented from TrackingRecHit.
Definition at line 71 of file TRecHit2DPosConstraint.h.
References globalPosition(), globalPositionError(), PV3DBase< T, PVType, FrameType >::perp(), and mathSSE::sqrt().
|
inlineoverridevirtual |
Reimplemented from TrackingRecHit.
Definition at line 70 of file TRecHit2DPosConstraint.h.
References globalPositionError(), and mathSSE::sqrt().
|
inlineoverridevirtual |
Reimplemented from TrackingRecHit.
Definition at line 65 of file TRecHit2DPosConstraint.h.
References localPosition(), surface(), and Surface::toGlobal().
Referenced by errorGlobalR(), and errorGlobalRPhi().
|
inlineoverridevirtual |
Reimplemented from TrackingRecHit.
Definition at line 66 of file TRecHit2DPosConstraint.h.
References localPositionError(), surface(), and ErrorFrameTransformer::transform().
Referenced by errorGlobalR(), errorGlobalRPhi(), and errorGlobalZ().
|
inlineoverridevirtual |
Implements TrackingRecHit.
Definition at line 46 of file TRecHit2DPosConstraint.h.
References pos_.
Referenced by globalPosition(), and parameters().
|
inlineoverridevirtual |
Implements TrackingRecHit.
Definition at line 47 of file TRecHit2DPosConstraint.h.
References err_.
Referenced by globalPositionError(), and parametersError().
|
inlineoverridevirtual |
Implements TrackingRecHit.
Definition at line 20 of file TRecHit2DPosConstraint.h.
References localPosition(), mps_fire::result, PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::y().
|
inlineoverridevirtual |
Implements TrackingRecHit.
Definition at line 28 of file TRecHit2DPosConstraint.h.
References localPositionError(), visualization-live-secondInstance_cfg::m, LocalError::xx(), LocalError::xy(), and LocalError::yy().
|
inlineoverridevirtual |
Implements TrackingRecHit.
Definition at line 37 of file TRecHit2DPosConstraint.h.
References theProjectionMatrix.
|
inlineoverridevirtual |
Access to component RecHits (if any)
Implements TrackingRecHit.
Definition at line 49 of file TRecHit2DPosConstraint.h.
|
inlineoverridevirtual |
Non-const access to component RecHits (if any)
Implements TrackingRecHit.
Definition at line 50 of file TRecHit2DPosConstraint.h.
|
inlineoverridevirtual |
Returns true if the two TrackingRecHits are using the same input information (like Digis, Clusters, etc), false otherwise. The second argument specifies how much sharing is needed in order to return true: the value "all" means that all inputs of the two hits must be identical; the value "some" means that at least one of the inputs is in common.
Reimplemented from TrackingRecHit.
Definition at line 53 of file TRecHit2DPosConstraint.h.
|
inlineoverridevirtual |
Reimplemented from TrackingRecHit.
Definition at line 63 of file TRecHit2DPosConstraint.h.
References TrackingRecHit::det(), GeomDet::surface(), and surface_.
Referenced by globalPosition(), and globalPositionError().
|
private |
Definition at line 77 of file TRecHit2DPosConstraint.h.
Referenced by localPositionError().
|
private |
Definition at line 76 of file TRecHit2DPosConstraint.h.
Referenced by localPosition().
|
private |
Definition at line 78 of file TRecHit2DPosConstraint.h.
Referenced by surface().