#include <KalmanVertexTrackUpdator.h>
Public Types | |
typedef ROOT::Math::SMatrix < double, 3, N-2, ROOT::Math::MatRepStd< double, 3, N-2 > > | AlgebraicMatrix3M |
typedef ROOT::Math::SMatrix < double, N+1, N+1, ROOT::Math::MatRepSym< double, N+1 > > | AlgebraicSymMatrixOO |
typedef VertexTrack< N > ::RefCountedLinearizedTrackState | RefCountedLinearizedTrackState |
typedef VertexTrack< N > ::RefCountedRefittedTrackState | RefCountedRefittedTrackState |
typedef CachingVertex< N > ::RefCountedVertexTrack | RefCountedVertexTrack |
typedef std::pair < RefCountedRefittedTrackState, AlgebraicSymMatrixOO > | trackMatrixPair |
Public Member Functions | |
KalmanVertexTrackUpdator< N > * | clone () const override |
KalmanVertexTrackUpdator () | |
trackMatrixPair | trackRefit (const VertexState &vertex, RefCountedLinearizedTrackState linTrackState, float weight) const |
RefCountedVertexTrack | update (const CachingVertex< N > &vertex, RefCountedVertexTrack track) const override |
~KalmanVertexTrackUpdator () override | |
Public Member Functions inherited from VertexTrackUpdator< N > | |
virtual CachingVertex< N > ::RefCountedVertexTrack | update (const CachingVertex< N > &v, typename CachingVertex< N >::RefCountedVertexTrack t) const =0 |
virtual | ~VertexTrackUpdator () |
Private Attributes | |
KVFHelper< N > | helper |
VertexTrackFactory< N > | theVTFactory |
KalmanVertexUpdator< N > | updator |
Performs the refit of the tracks with the vertex constraint, using the Kalman filter algorithms.
Definition at line 17 of file KalmanVertexTrackUpdator.h.
typedef ROOT::Math::SMatrix<double, 3, N - 2, ROOT::Math::MatRepStd<double, 3, N - 2> > KalmanVertexTrackUpdator< N >::AlgebraicMatrix3M |
Definition at line 47 of file KalmanVertexTrackUpdator.h.
typedef ROOT::Math::SMatrix<double, N + 1, N + 1, ROOT::Math::MatRepSym<double, N + 1> > KalmanVertexTrackUpdator< N >::AlgebraicSymMatrixOO |
Definition at line 48 of file KalmanVertexTrackUpdator.h.
typedef VertexTrack<N>::RefCountedLinearizedTrackState KalmanVertexTrackUpdator< N >::RefCountedLinearizedTrackState |
Definition at line 20 of file KalmanVertexTrackUpdator.h.
typedef VertexTrack<N>::RefCountedRefittedTrackState KalmanVertexTrackUpdator< N >::RefCountedRefittedTrackState |
Definition at line 21 of file KalmanVertexTrackUpdator.h.
typedef CachingVertex<N>::RefCountedVertexTrack KalmanVertexTrackUpdator< N >::RefCountedVertexTrack |
Definition at line 19 of file KalmanVertexTrackUpdator.h.
typedef std::pair<RefCountedRefittedTrackState, AlgebraicSymMatrixOO> KalmanVertexTrackUpdator< N >::trackMatrixPair |
Definition at line 49 of file KalmanVertexTrackUpdator.h.
|
inline |
Default constructor
Definition at line 27 of file KalmanVertexTrackUpdator.h.
Referenced by KalmanVertexTrackUpdator< 5 >::clone().
|
inlineoverride |
Definition at line 29 of file KalmanVertexTrackUpdator.h.
|
inlineoverridevirtual |
Clone method
Implements VertexTrackUpdator< N >.
Definition at line 45 of file KalmanVertexTrackUpdator.h.
KalmanVertexTrackUpdator< N >::trackMatrixPair KalmanVertexTrackUpdator< N >::trackRefit | ( | const VertexState & | vertex, |
RefCountedLinearizedTrackState | linTrackState, | ||
float | weight | ||
) | const |
Refit of the track with the vertex constraint.
vertex | The vertex which has to be used as constraint. |
track | The track to refit. |
Definition at line 28 of file KalmanVertexTrackUpdator.cc.
References a, b, VertexState::error(), invertPosDefMatrix(), GlobalErrorBase< T, ErrorWeightType >::matrix(), N, VertexState::position(), alignCSCRings::s, VertexState::weight(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by GsfVertexSmoother::createNewComponent().
|
override |
Refit of the track with the vertex constraint.
vertex | The vertex which has to be used as constraint. |
track | The track to refit. |
Definition at line 12 of file KalmanVertexTrackUpdator.cc.
References mps_fire::result, HLT_FULL_cff::updator, and CachingVertex< N >::vertexState().
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), progressbar.ProgressBar::finish(), and MatrixUtil.Steps::overwrite().
|
private |
Definition at line 64 of file KalmanVertexTrackUpdator.h.
|
private |
Definition at line 63 of file KalmanVertexTrackUpdator.h.
|
private |
Definition at line 65 of file KalmanVertexTrackUpdator.h.