#include <BaseTrackerRecHit.h>
Public Member Functions | |
BaseTrackerRecHit () | |
BaseTrackerRecHit (DetId id, trackerHitRTTI::RTTI rt) | |
BaseTrackerRecHit (const LocalPoint &p, const LocalError &e, DetId id, trackerHitRTTI::RTTI rt) | |
virtual int | dimension () const =0 |
virtual OmniClusterRef const & | firstClusterRef () const =0 |
virtual void | getKfComponents (KfComponentsHolder &holder) const =0 |
void | getKfComponents1D (KfComponentsHolder &holder) const |
void | getKfComponents2D (KfComponentsHolder &holder) const |
bool | hasPositionAndError () const GCC11_FINAL |
to be redefined by daughter class More... | |
bool | isMatched () const |
bool | isMulti () const |
bool | isProjected () const |
bool | isSingle () const |
virtual LocalPoint | localPosition () const GCC11_FINAL |
virtual LocalError | localPositionError () const GCC11_FINAL |
const LocalError & | localPositionErrorFast () const |
const LocalPoint & | localPositionFast () const |
virtual AlgebraicVector | parameters () const |
virtual AlgebraicSymMatrix | parametersError () const |
virtual AlgebraicMatrix | projectionMatrix () const |
trackerHitRTTI::RTTI | rtti () const |
bool | sameDetModule (TrackingRecHit const &hit) const |
virtual | ~BaseTrackerRecHit () |
Public Member Functions inherited from TrackingRecHit | |
virtual TrackingRecHit * | clone () const =0 |
DetId | geographicalId () const |
unsigned int | getRTTI () const |
Type | getType () const |
bool | isValid () const |
id_type | rawId () const |
virtual std::vector< const TrackingRecHit * > | recHits () const =0 |
Access to component RecHits (if any) More... | |
virtual std::vector < TrackingRecHit * > | recHits ()=0 |
Non-const access to component RecHits (if any) More... | |
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 Attributes | |
LocalError | err_ |
LocalPoint | pos_ |
Additional Inherited Members | |
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 21 of file BaseTrackerRecHit.h.
|
inline |
Definition at line 23 of file BaseTrackerRecHit.h.
|
inlinevirtual |
Definition at line 25 of file BaseTrackerRecHit.h.
|
inline |
Definition at line 28 of file BaseTrackerRecHit.h.
|
inline |
Definition at line 30 of file BaseTrackerRecHit.h.
|
pure virtual |
Implements TrackingRecHit.
Implemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, SiTrackerMultiRecHit, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and ProjectedSiStripRecHit2D.
|
pure virtual |
Implemented in TrackerSingleRecHit, SiTrackerMultiRecHit, GCC11_FINAL< T, TOPO >, and ProjectedSiStripRecHit2D.
|
pure virtual |
Reimplemented from TrackingRecHit.
Implemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, SiTrackerMultiRecHit, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, ProjectedSiStripRecHit2D, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
void BaseTrackerRecHit::getKfComponents1D | ( | KfComponentsHolder & | holder | ) | const |
Definition at line 41 of file BaseTrackerRecHit.cc.
References err_, KfComponentsHolder::errors(), hasPositionAndError(), KfComponentsHolder::measuredErrors(), KfComponentsHolder::measuredParams(), KfComponentsHolder::params(), pos_, trackerHitRTTI::proj, KfComponentsHolder::projection(), KfComponentsHolder::tsosLocalErrors(), KfComponentsHolder::tsosLocalParameters(), PV3DBase< T, PVType, FrameType >::x(), and LocalError::xx().
Referenced by GCC11_FINAL< T, TOPO >::getKfComponents().
void BaseTrackerRecHit::getKfComponents2D | ( | KfComponentsHolder & | holder | ) | const |
Definition at line 58 of file BaseTrackerRecHit.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(), KfComponentsHolder::tsosLocalErrors(), KfComponentsHolder::tsosLocalParameters(), PV3DBase< T, PVType, FrameType >::x(), LocalError::xx(), LocalError::xy(), PV3DBase< T, PVType, FrameType >::y(), and LocalError::yy().
Referenced by ProjectedSiStripRecHit2D::getKfComponents(), SiTrackerMultiRecHit::getKfComponents(), and GCC11_FINAL< T, TOPO >::getKfComponents().
|
virtual |
to be redefined by daughter class
Reimplemented from TrackingRecHit.
Definition at line 23 of file BaseTrackerRecHit.cc.
References err_, pos_, PV3DBase< T, PVType, FrameType >::x(), LocalError::xx(), LocalError::xy(), PV3DBase< T, PVType, FrameType >::y(), LocalError::yy(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by getKfComponents1D(), getKfComponents2D(), localPosition(), and localPositionError().
|
inline |
Definition at line 36 of file BaseTrackerRecHit.h.
References trackerHitRTTI::isMatched().
|
inline |
|
inline |
Definition at line 35 of file BaseTrackerRecHit.h.
References trackerHitRTTI::isProjected().
|
inline |
|
virtual |
Implements TrackingRecHit.
Reimplemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 28 of file BaseTrackerRecHit.cc.
References hasPositionAndError(), and pos_.
|
virtual |
Implements TrackingRecHit.
Reimplemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 33 of file BaseTrackerRecHit.cc.
References err_, and hasPositionAndError().
|
inline |
|
inline |
|
virtual |
Implements TrackingRecHit.
Reimplemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 86 of file BaseTrackerRecHit.cc.
Referenced by Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputTags(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), and Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::recursePSetProperties().
|
virtual |
Implements TrackingRecHit.
Reimplemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 91 of file BaseTrackerRecHit.cc.
|
virtual |
Implements TrackingRecHit.
Reimplemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 97 of file BaseTrackerRecHit.cc.
|
inline |
|
inline |
Definition at line 77 of file BaseTrackerRecHit.h.
References TrackingRecHit::geographicalId(), TrackingRecHit::isValid(), DetId::kSubdetOffset, and DetId::rawId().
Referenced by TrackerSingleRecHit::sharesInput().
|
private |
Definition at line 73 of file BaseTrackerRecHit.h.
Referenced by getKfComponents1D(), getKfComponents2D(), hasPositionAndError(), localPositionError(), and localPositionErrorFast().
|
private |
Definition at line 72 of file BaseTrackerRecHit.h.
Referenced by getKfComponents1D(), getKfComponents2D(), hasPositionAndError(), localPosition(), and localPositionFast().