#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 55 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 56 of file KalmanVertexTrackUpdator.h.
typedef VertexTrack<N>::RefCountedLinearizedTrackState KalmanVertexTrackUpdator< N >::RefCountedLinearizedTrackState |
Definition at line 22 of file KalmanVertexTrackUpdator.h.
typedef VertexTrack<N>::RefCountedRefittedTrackState KalmanVertexTrackUpdator< N >::RefCountedRefittedTrackState |
Definition at line 23 of file KalmanVertexTrackUpdator.h.
typedef CachingVertex<N>::RefCountedVertexTrack KalmanVertexTrackUpdator< N >::RefCountedVertexTrack |
Definition at line 21 of file KalmanVertexTrackUpdator.h.
typedef std::pair< RefCountedRefittedTrackState, AlgebraicSymMatrixOO > KalmanVertexTrackUpdator< N >::trackMatrixPair |
Definition at line 57 of file KalmanVertexTrackUpdator.h.
|
inline |
Default constructor
Definition at line 30 of file KalmanVertexTrackUpdator.h.
Referenced by KalmanVertexTrackUpdator< 5 >::clone().
|
inlineoverride |
Definition at line 32 of file KalmanVertexTrackUpdator.h.
|
inlineoverridevirtual |
Clone method
Implements VertexTrackUpdator< N >.
Definition at line 50 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 34 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 15 of file KalmanVertexTrackUpdator.cc.
References mps_fire::result, gsfElectronCkfTrackCandidateMaker_cff::updator, and CachingVertex< N >::vertexState().
Referenced by progressbar.ProgressBar::__next__(), MatrixUtil.Matrix::__setitem__(), MatrixUtil.Steps::__setitem__(), Vispa.Gui.VispaWidget.VispaWidget::autosize(), Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), progressbar.ProgressBar::finish(), Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), MatrixUtil.Steps::overwrite(), Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), Vispa.Gui.FindDialog.FindDialog::reset(), Vispa.Gui.PortConnection.PointToPointConnection::select(), Vispa.Gui.VispaWidget.VispaWidget::select(), Vispa.Views.LineDecayView.LineDecayContainer::select(), Vispa.Gui.VispaWidget.VispaWidget::setText(), Vispa.Gui.VispaWidget.VispaWidget::setTitle(), Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), Vispa.Gui.PortConnection.PointToPointConnection::updateConnection(), and KalmanVertexTrackUpdator< 5 >::~KalmanVertexTrackUpdator().
|
private |
Definition at line 73 of file KalmanVertexTrackUpdator.h.
|
private |
Definition at line 72 of file KalmanVertexTrackUpdator.h.
|
private |
Definition at line 74 of file KalmanVertexTrackUpdator.h.