#include <KFSwitchingUpdator.h>
Public Member Functions | |
virtual KFSwitchingUpdator * | clone () const |
KFSwitchingUpdator () | |
virtual TSOS | update (const TSOS &aTsos, const TransientTrackingRecHit &aHit) const |
update with a hit More... | |
~KFSwitchingUpdator () | |
Public Member Functions inherited from TrajectoryStateUpdator | |
TrajectoryStateUpdator () | |
virtual | ~TrajectoryStateUpdator () |
Private Types | |
typedef TrajectoryStateOnSurface | TSOS |
Private Member Functions | |
const KFUpdator & | localUpdator () const |
updator for 2D hits (matched or pixel) More... | |
const KFStripUpdator & | stripUpdator () const |
updator for non-matched strip hits More... | |
Private Attributes | |
DeepCopyPointer< const KFUpdator > | theLocalUpdator |
DeepCopyPointer< const KFStripUpdator > | theStripUpdator |
A Kalman Updator that uses a KFUpdator for pixel and matched hits, and a KFStripUpdator for simple strip hits. Ported from ORCA.
Definition at line 18 of file KFSwitchingUpdator.h.
|
private |
Definition at line 21 of file KFSwitchingUpdator.h.
|
inline |
Definition at line 25 of file KFSwitchingUpdator.h.
Referenced by clone().
|
inline |
Definition at line 28 of file KFSwitchingUpdator.h.
|
inlinevirtual |
Implements TrajectoryStateUpdator.
Definition at line 33 of file KFSwitchingUpdator.h.
References KFSwitchingUpdator().
|
inlineprivate |
updator for 2D hits (matched or pixel)
Definition at line 40 of file KFSwitchingUpdator.h.
References theLocalUpdator.
Referenced by update().
|
inlineprivate |
updator for non-matched strip hits
Definition at line 42 of file KFSwitchingUpdator.h.
References theStripUpdator.
Referenced by update().
|
virtual |
update with a hit
Implements TrajectoryStateUpdator.
Definition at line 7 of file KFSwitchingUpdator.cc.
References TransientTrackingRecHit::detUnit(), GeomDetType::isTrackerPixel(), localUpdator(), stripUpdator(), GeomDetUnit::type(), KFStripUpdator::update(), and KFUpdator::update().
Referenced by progressbar.ProgressBar::__next__(), relval_steps.Matrix::__setitem__(), relval_steps.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(), relval_steps.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(), and Vispa.Gui.PortConnection.PointToPointConnection::updateConnection().
|
private |
Definition at line 45 of file KFSwitchingUpdator.h.
Referenced by localUpdator().
|
private |
Definition at line 46 of file KFSwitchingUpdator.h.
Referenced by stripUpdator().