#include <BaseSiTrackerRecHit2DLocalPos.h>
Public Member Functions | |
BaseSiTrackerRecHit2DLocalPos () | |
BaseSiTrackerRecHit2DLocalPos (const LocalPoint &p, const LocalError &e, DetId id) | |
virtual void | getKfComponents (KfComponentsHolder &holder) const |
bool | hasPositionAndError () const |
to be redefined by daughter class More... | |
virtual LocalPoint | localPosition () const |
virtual LocalError | localPositionError () const |
const LocalError & | localPositionErrorFast () const |
const LocalPoint & | localPositionFast () const |
~BaseSiTrackerRecHit2DLocalPos () | |
Public Member Functions inherited from RecHit2DLocalPos | |
virtual RecHit2DLocalPos * | clone () const =0 |
virtual int | dimension () const |
virtual AlgebraicVector | parameters () const |
virtual AlgebraicSymMatrix | parametersError () const |
virtual AlgebraicMatrix | projectionMatrix () const |
RecHit2DLocalPos (DetId id) | |
RecHit2DLocalPos (TrackingRecHit::id_type id=0) | |
virtual std::vector< const TrackingRecHit * > | recHits () const |
Access to component RecHits (if any) More... | |
virtual std::vector < TrackingRecHit * > | recHits () |
Non-const access to component RecHits (if any) More... | |
virtual | ~RecHit2DLocalPos () |
Public Member Functions inherited from TrackingRecHit | |
DetId | geographicalId () const |
unsigned int | getRTTI () const |
Type | getType () const |
bool | isValid () const |
id_type | rawId () const |
virtual void | recHitsV (std::vector< const TrackingRecHit * > &) const |
virtual void | recHitsV (std::vector< TrackingRecHit * > &) |
virtual bool | sharesInput (const TrackingRecHit *other, SharedInputType what) const |
TrackingRecHit (DetId id, Type type=valid) | |
TrackingRecHit (id_type id=0, Type type=valid) | |
TrackingRecHit (DetId id, unsigned int rt, Type type=valid) | |
Type | type () const |
virtual float | weight () const |
virtual | ~TrackingRecHit () |
Private Member Functions | |
void | throwExceptionUninitialized (const char *where) const |
Private Attributes | |
LocalError | err_ |
LocalPoint | pos_ |
Additional Inherited Members | |
Public Types inherited from RecHit2DLocalPos | |
typedef GloballyPositioned < float >::LocalPoint | LocalPoint |
Public Types inherited from TrackingRecHit | |
typedef unsigned int | id_type |
enum | SharedInputType { all, some } |
definition of equality via shared input More... | |
enum | Type { valid = 0, missing = 1, inactive = 2, bad = 3 } |
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 8 of file BaseSiTrackerRecHit2DLocalPos.h.
|
inline |
Definition at line 11 of file BaseSiTrackerRecHit2DLocalPos.h.
|
inline |
Definition at line 13 of file BaseSiTrackerRecHit2DLocalPos.h.
|
inline |
Definition at line 15 of file BaseSiTrackerRecHit2DLocalPos.h.
|
virtual |
Reimplemented from TrackingRecHit.
Definition at line 22 of file BaseSiTrackerRecHit2DLocalPos.cc.
References KfComponentsHolder::doUseProjFunc(), err_, KfComponentsHolder::errors(), hasPositionAndError(), ProjectMatrix< T, N, D >::index, KfComponentsHolder::measuredErrors(), KfComponentsHolder::measuredParams(), KfComponentsHolder::params(), pos_, trackerHitRTTI::proj, KfComponentsHolder::projection(), KfComponentsHolder::projFunc(), throwExceptionUninitialized(), KfComponentsHolder::tsosLocalErrors(), KfComponentsHolder::tsosLocalParameters(), LocalError::xx(), LocalError::xy(), and LocalError::yy().
|
virtual |
to be redefined by daughter class
Reimplemented from TrackingRecHit.
Definition at line 5 of file BaseSiTrackerRecHit2DLocalPos.cc.
References err_, pos_, LocalError::xx(), LocalError::xy(), and LocalError::yy().
Referenced by getKfComponents(), localPosition(), and localPositionError().
|
virtual |
Implements RecHit2DLocalPos.
Definition at line 10 of file BaseSiTrackerRecHit2DLocalPos.cc.
References hasPositionAndError(), pos_, and throwExceptionUninitialized().
|
virtual |
Implements RecHit2DLocalPos.
Definition at line 15 of file BaseSiTrackerRecHit2DLocalPos.cc.
References err_, hasPositionAndError(), and throwExceptionUninitialized().
|
inline |
|
inline |
|
private |
Definition at line 56 of file BaseSiTrackerRecHit2DLocalPos.cc.
References edm::hlt::Exception.
Referenced by getKfComponents(), localPosition(), and localPositionError().
|
private |
Definition at line 36 of file BaseSiTrackerRecHit2DLocalPos.h.
Referenced by getKfComponents(), hasPositionAndError(), localPositionError(), and localPositionErrorFast().
|
private |
Definition at line 35 of file BaseSiTrackerRecHit2DLocalPos.h.
Referenced by getKfComponents(), hasPositionAndError(), localPosition(), and localPositionFast().