#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 python.Vispa.Gui.VispaWidget.VispaWidget::autosize(), python.Vispa.Views.LineDecayView.LineDecayContainer::createObject(), python.Vispa.Views.LineDecayView.LineDecayContainer::deselectAllObjects(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::deselectAllWidgets(), python.Vispa.Gui.VispaWidget.VispaWidget::enableAutosizing(), python.Vispa.Gui.MenuWidget.MenuWidget::leaveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), python.Vispa.Gui.MenuWidget.MenuWidget::mouseMoveEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::mouseMoveEvent(), python.Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseReleaseEvent(), python.Vispa.Views.LineDecayView.LineDecayContainer::objectMoved(), python.Vispa.Views.LineDecayView.LineDecayContainer::removeObject(), python.Vispa.Gui.ConnectableWidget.ConnectableWidget::removePorts(), python.Vispa.Gui.FindDialog.FindDialog::reset(), python.Vispa.Gui.PortConnection.PointToPointConnection::select(), python.Vispa.Gui.VispaWidget.VispaWidget::select(), python.Vispa.Views.LineDecayView.LineDecayContainer::select(), python.Vispa.Gui.VispaWidget.VispaWidget::setText(), python.Vispa.Gui.VispaWidget.VispaWidget::setTitle(), python.Vispa.Gui.ZoomableWidget.ZoomableWidget::setZoom(), python.Vispa.Views.LineDecayView.LineDecayContainer::setZoom(), and python.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().