#include <HelpertRecHit2DLocalPos.h>
Static Public Member Functions | |
static void | getKfComponents (KfComponentsHolder &holder, const TrackingRecHit &hit2dLocalPos, const GeomDet &det) |
static void | getKfComponents (KfComponentsHolder &holder, const SiStripRecHit1D &hit1D, const GeomDet &det) |
Fills in KFComponents delegating to hit1D, plus adding APE if available. More... | |
static AlgebraicSymMatrix | parError (const LocalError &le, const GeomDet &det) |
static void | updateWithAPE (LocalError &le, const GeomDet &det) |
Definition at line 16 of file HelpertRecHit2DLocalPos.h.
|
static |
Fills in KFComponents delegating to hit2dLocalPos, plus adding APE if available hit2dLocalPos MUST BE a 2D rechit measuring local position (e.g. BaseSiTrackerRecHit2DLocalPos)
Definition at line 35 of file HelpertRecHit2DLocalPos.cc.
References KfComponentsHolder::errors(), TrackingRecHit::getKfComponents(), GeomDet::localAlignmentError(), m, LocalError::valid(), LocalError::xx(), LocalError::xy(), and LocalError::yy().
Referenced by GCC11_FINAL< T, TOPO >::getKfComponents().
|
static |
Fills in KFComponents delegating to hit1D, plus adding APE if available.
Definition at line 50 of file HelpertRecHit2DLocalPos.cc.
References KfComponentsHolder::errors(), GeomDet::localAlignmentError(), m, LocalError::valid(), and LocalError::xx().
|
static |
Definition at line 17 of file HelpertRecHit2DLocalPos.cc.
References GeomDet::localAlignmentError(), m, LocalError::valid(), LocalError::xx(), LocalError::xy(), and LocalError::yy().
Referenced by GCC11_FINAL< T, TOPO >::parametersError(), and trajectoryToResiduals().
|
static |
Definition at line 7 of file HelpertRecHit2DLocalPos.cc.
References GeomDet::localAlignmentError(), LocalError::valid(), LocalError::xx(), LocalError::xy(), and LocalError::yy().
Referenced by SiStripRecHitMatcher::doubleMatch(), and SiStripRecHitMatcher::match().