|
bool | canImproveWithTrack () const override |
|
SiStripRecHit2D * | clone () const override |
|
RecHitPointer | cloneSH () const override |
|
ClusterRef | cluster () const |
|
int | dimension () const override |
|
void | getKfComponents (KfComponentsHolder &holder) const override |
|
void | setClusterRef (ClusterRef const &ref) |
|
| SiStripRecHit2D () |
|
| SiStripRecHit2D (const DetId &id, OmniClusterRef const &clus) |
|
template<typename CluRef > |
| SiStripRecHit2D (const LocalPoint &pos, const LocalError &err, GeomDet const &idet, CluRef const &clus) |
|
| ~SiStripRecHit2D () override |
|
ClusterMTDRef | cluster_mtd () const |
|
ClusterPhase2Ref | cluster_phase2OT () const |
|
ClusterPixelRef | cluster_pixel () const |
|
ClusterStripRef | cluster_strip () const |
|
const GeomDetUnit * | detUnit () const override |
|
OmniClusterRef const & | firstClusterRef () const final |
|
FTLCluster const & | mtdCluster () const |
|
OmniClusterRef const & | omniCluster () const |
|
OmniClusterRef & | omniCluster () |
|
OmniClusterRef const & | omniClusterRef () const |
|
OmniClusterRef & | omniClusterRef () |
|
Phase2TrackerCluster1D const & | phase2OTCluster () const |
|
SiPixelCluster const & | pixelCluster () const |
|
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 | sameCluster (OmniClusterRef const &oh) const |
|
void | setClusterMTDRef (ClusterMTDRef const &ref) |
|
void | setClusterPhase2Ref (ClusterPhase2Ref const &ref) |
|
void | setClusterPixelRef (ClusterPixelRef const &ref) |
|
void | setClusterStripRef (ClusterStripRef const &ref) |
|
bool | sharesInput (const TrackingRecHit *other, SharedInputType what) const final |
|
bool | sharesInput (TrackerSingleRecHit const &other) const |
|
SiStripCluster const & | stripCluster () const |
|
| TrackerSingleRecHit () |
|
| TrackerSingleRecHit (DetId id, OmniClusterRef const &clus) |
|
template<typename CluRef > |
| TrackerSingleRecHit (const LocalPoint &p, const LocalError &e, GeomDet const &idet, CluRef const &clus) |
|
template<typename CluRef > |
| TrackerSingleRecHit (const LocalPoint &p, const LocalError &e, GeomDet const &idet, trackerHitRTTI::RTTI rt, CluRef const &clus) |
|
| BaseTrackerRecHit () |
|
| BaseTrackerRecHit (DetId id, trackerHitRTTI::RTTI rt) |
|
| BaseTrackerRecHit (const GeomDet &idet, trackerHitRTTI::RTTI rt) |
|
| BaseTrackerRecHit (const LocalPoint &p, const LocalError &e, GeomDet const &idet, trackerHitRTTI::RTTI rt) |
|
virtual float | clusterProbability () const |
| cluster probability, overloaded by pixel rechits. More...
|
|
float | errorGlobalR () const final |
|
float | errorGlobalRPhi () const final |
|
float | errorGlobalZ () const final |
|
void | getKfComponents1D (KfComponentsHolder &holder) const |
|
void | getKfComponents2D (KfComponentsHolder &holder) const |
|
GlobalPoint | globalPosition () const final |
|
GlobalError | globalPositionError () const final |
|
TrackingRecHitGlobalState | globalState () const |
|
bool | hasPositionAndError () const override |
| to be redefined by daughter class More...
|
|
BaseTrackerRecHit const * | hit () const final |
|
bool | isMatched () const |
|
bool | isMulti () const |
|
virtual bool | isPhase2 () const |
|
virtual bool | isPixel () const |
|
bool | isProjected () const |
|
bool | isProjMono () const |
|
bool | isProjStereo () const |
|
bool | isSingle () const |
|
LocalPoint | localPosition () const override |
|
LocalError | localPositionError () const override |
|
const LocalError & | localPositionErrorFast () const |
|
const LocalPoint & | localPositionFast () const |
|
AlgebraicVector | parameters () const override |
|
AlgebraicSymMatrix | parametersError () const override |
|
AlgebraicMatrix | projectionMatrix () const override |
|
trackerHitRTTI::RTTI | rtti () const |
|
bool | sameDetModule (TrackingRecHit const &hit) const |
|
const Surface * | surface () const final |
|
| ~BaseTrackerRecHit () override |
|
RecHitPointer | cloneForFit (const GeomDet &idet) const |
|
virtual TrackingRecHit * | cloneHit () const |
|
const GeomDet * | det () const |
|
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 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 () |
|
Definition at line 7 of file SiStripRecHit2D.h.