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

Interface class for vertex Container Sorting. More...

#include <IVertexSelectionTool.h>

Inheritance diagram for Trk::IVertexSelectionTool:
Collaboration diagram for Trk::IVertexSelectionTool:

Public Member Functions

virtual ~IVertexSelectionTool ()
 Virtual destructor. More...
 
virtual unsigned int findVertexInContainer (const xAOD::VertexContainer *) const =0
 Selection method returning the position of selected the PV in the container. 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-06-01)

EDM Migration to xAOD - remove method using VxCandidate

Definition at line 38 of file IVertexSelectionTool.h.

Constructor & Destructor Documentation

◆ ~IVertexSelectionTool()

virtual Trk::IVertexSelectionTool::~IVertexSelectionTool ( )
inlinevirtual

Virtual destructor.

Definition at line 43 of file IVertexSelectionTool.h.

43 {};

Member Function Documentation

◆ findVertexInContainer()

virtual unsigned int Trk::IVertexSelectionTool::findVertexInContainer ( const xAOD::VertexContainer ) const
pure virtual

Selection method returning the position of selected the PV in the container.

Implemented in Trk::TruthVertexSelectionTool.

◆ interfaceID()

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

AlgTool interface methods.

Definition at line 46 of file IVertexSelectionTool.h.

46 { return IID_IVertexSelectionTool; };

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