ATLAS Offline Software
|
#include <IVertexTrackUpdator.h>
Public Member Functions | |
virtual | ~IVertexTrackUpdator () |
Virtual destructor. More... | |
virtual void | update (VxTrackAtVertex &trk, const xAOD::Vertex &vtx) const =0 |
Actual update method. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
AlgTool interface methods. More... | |
An abstract base class for the vertex track updators Updates the track with the knowledge of the position of the production vertex. Concrete implementations can be many. In general, used by Trk::IVertexSmoother-derived classes for sequential smoothing.
Changes:
David Shope david (2016-04-19) .ric hard. shop e@cer n.ch
EDM Migration to xAOD - from Trk::VxCandidate to xAOD::Vertex, from Trk::RecVertex to xAOD::Vertex, from Trk::Vertex to Amg::Vector3D
Definition at line 41 of file IVertexTrackUpdator.h.
|
inlinevirtual |
|
inlinestatic |
AlgTool interface methods.
Definition at line 53 of file IVertexTrackUpdator.h.
|
pure virtual |
Actual update method.
Implemented in Trk::KalmanVertexTrackUpdator.