#include <KFSwitching1DUpdator.h>
Public Member Functions | |
virtual KFSwitching1DUpdator * | clone () const |
KFSwitching1DUpdator (const edm::ParameterSet *pset=0) | |
virtual TSOS | update (const TSOS &aTsos, const TrackingRecHit &aHit) const |
update with a hit More... | |
~KFSwitching1DUpdator () | |
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 KFStrip1DUpdator & | stripUpdator () const |
updator for non-matched strip hits More... | |
Private Attributes | |
bool | theDoEndCap |
const KFUpdator | theLocalUpdator |
const KFStrip1DUpdator | theStripUpdator |
A Kalman Updator that uses a KFUpdator for pixel and matched hits, and a KFStrip1DUpdator for simple strip hits. Ported from ORCA.
Definition at line 18 of file KFSwitching1DUpdator.h.
|
private |
Definition at line 21 of file KFSwitching1DUpdator.h.
|
inline |
Definition at line 25 of file KFSwitching1DUpdator.h.
References muonDTDigis_cfi::pset, and theDoEndCap.
Referenced by clone().
|
inline |
|
inlinevirtual |
Implements TrajectoryStateUpdator.
Definition at line 35 of file KFSwitching1DUpdator.h.
References KFSwitching1DUpdator().
|
inlineprivate |
updator for 2D hits (matched or pixel)
Definition at line 42 of file KFSwitching1DUpdator.h.
References theLocalUpdator.
Referenced by update().
|
inlineprivate |
updator for non-matched strip hits
Definition at line 44 of file KFSwitching1DUpdator.h.
References theStripUpdator.
Referenced by update().
|
virtual |
update with a hit
Implements TrajectoryStateUpdator.
Definition at line 7 of file KFSwitching1DUpdator.cc.
References TrackingRecHit::detUnit(), GeomDetType::isEndcap(), GeomDetType::isTrackerPixel(), localUpdator(), stripUpdator(), theDoEndCap, GeomDet::type(), KFStrip1DUpdator::update(), and KFUpdator::update().
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 ~KFSwitching1DUpdator().
|
private |
Definition at line 50 of file KFSwitching1DUpdator.h.
Referenced by KFSwitching1DUpdator(), and update().
|
private |
Definition at line 47 of file KFSwitching1DUpdator.h.
Referenced by localUpdator().
|
private |
Definition at line 48 of file KFSwitching1DUpdator.h.
Referenced by stripUpdator().