![]() |
ATLAS Offline Software
|
#include <IVertexSmoother.h>
Public Member Functions | |
| virtual | ~IVertexSmoother () |
| Virtual destructor. More... | |
| virtual void | smooth (xAOD::Vertex &vtx) const =0 |
| Actual smooth method. More... | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| AlgTool interface methods. More... | |
An abstract base class for the vertex smoothers Update the tracks of type Trk::VxTrackAtVertex belonging to the Trk::VertexCandidate with the knowledge of the vertex position. The resulting set of tracks is stored in the VxCandidate. The actual update is performed as a loop using IVertexTrackUpdator to update one track at the time.
Changes:
David Shope david.richard.shope@cern.ch (2016-04-19)
EDM Migration to xAOD - from Trk::VxCandidate to xAOD::Vertex
Definition at line 40 of file IVertexSmoother.h.
|
inlinevirtual |
|
inlinestatic |
AlgTool interface methods.
Definition at line 52 of file IVertexSmoother.h.
|
pure virtual |
Actual smooth method.
Implemented in Trk::SequentialVertexSmoother, and Trk::DummyVertexSmoother.
1.8.18