ATLAS Offline Software
|
Interface class for merging compatible vertices in a single collection. More...
#include <IVertexMergingTool.h>
Public Member Functions | |
virtual | ~IVertexMergingTool () |
Virtual destructor. More... | |
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > | mergeVertexContainer (const xAOD::VertexContainer &MyVxCont) const =0 |
Interface for xAOD vertices. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
AlgTool interface methods. More... | |
Interface class for merging compatible vertices in a single collection.
For more detailed information, take a look at the header file of the actual implementation files.
Changes:
David Shope david (2016-04-26) .ric hard. shop e@cer n.ch
EDM Migration to xAOD - remove method using VxCandidate
Definition at line 42 of file Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/TrkVertexFitterInterfaces/IVertexMergingTool.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 46 of file Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/TrkVertexFitterInterfaces/IVertexMergingTool.h.
|
inlinestatic |
AlgTool interface methods.
Definition at line 49 of file Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/TrkVertexFitterInterfaces/IVertexMergingTool.h.
|
pure virtual |
Interface for xAOD vertices.
Implemented in Trk::SecVertexMergingTool, and Trk::VertexMergingTool.