ATLAS Offline Software
Loading...
Searching...
No Matches
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.
virtual std::pair< xAOD::VertexContainer *, xAOD::VertexAuxContainer * > sortVertexContainer (const xAOD::VertexContainer &MyVxCont) const =0
 Interface for xAOD::VertexContainer.

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods.

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()

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

AlgTool interface methods.

Definition at line 51 of file IVertexCollectionSortingTool.h.

static const InterfaceID IID_IVertexCollectionSortingTool("IVertexCollectionSortingTool", 1, 0)

◆ 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: