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

Interface class for vertex Container Sorting. More...

#include <IVertexCollectionSortingTool.h>

Inheritance diagram for Trk::IVertexCollectionSortingTool:
Collaboration diagram for Trk::IVertexCollectionSortingTool:

Public Member Functions

virtual ~IVertexCollectionSortingTool ()
 Virtual destructor. More...
 
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > sortVertexContainer (const xAOD::VertexContainer &MyVxCont) const =0
 Interface for xAOD::VertexContainer. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods. More...
 

Detailed Description

Interface class for vertex Container Sorting.

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 43 of file IVertexCollectionSortingTool.h.

Constructor & Destructor Documentation

◆ ~IVertexCollectionSortingTool()

virtual Trk::IVertexCollectionSortingTool::~IVertexCollectionSortingTool ( )
inlinevirtual

Virtual destructor.

Definition at line 48 of file IVertexCollectionSortingTool.h.

48 {};

Member Function Documentation

◆ interfaceID()

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

AlgTool interface methods.

Definition at line 51 of file IVertexCollectionSortingTool.h.

51 { return IID_IVertexCollectionSortingTool; };

◆ sortVertexContainer()

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

Interface for xAOD::VertexContainer.

A new container and auxiliary store is returned.

Implemented in Trk::VertexCollectionSortingTool.


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