ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Trk::IVertexMergingTool Class Referenceabstract

Interface class for merging compatible vertices in a single collection. More...

#include <IVertexMergingTool.h>

Inheritance diagram for Trk::IVertexMergingTool:
Collaboration diagram for Trk::IVertexMergingTool:

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...
 

Detailed Description

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.nosp@m..ric.nosp@m.hard..nosp@m.shop.nosp@m.e@cer.nosp@m.n.ch (2016-04-26)

EDM Migration to xAOD - remove method using VxCandidate

Definition at line 42 of file Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/TrkVertexFitterInterfaces/IVertexMergingTool.h.

Constructor & Destructor Documentation

◆ ~IVertexMergingTool()

virtual Trk::IVertexMergingTool::~IVertexMergingTool ( )
inlinevirtual

Member Function Documentation

◆ interfaceID()

static const InterfaceID& Trk::IVertexMergingTool::interfaceID ( )
inlinestatic

AlgTool interface methods.

Definition at line 49 of file Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/TrkVertexFitterInterfaces/IVertexMergingTool.h.

49 { return IID_IVertexMergingTool; };

◆ mergeVertexContainer()

virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*> Trk::IVertexMergingTool::mergeVertexContainer ( const xAOD::VertexContainer MyVxCont) const
pure virtual

Interface for xAOD vertices.

Implemented in Trk::SecVertexMergingTool, and Trk::VertexMergingTool.


The documentation for this class was generated from the following file: