ATLAS Offline Software
Loading...
Searching...
No Matches
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.
virtual unsigned int findVertexInContainer (const xAOD::VertexContainer *) const =0
 Selection method returning the position of selected the PV in the container.

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-06-01)

EDM Migration to xAOD - remove method using VxCandidate

Definition at line 38 of file Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/TrkVertexFitterInterfaces/IVertexSelectionTool.h.

Constructor & Destructor Documentation

◆ ~IVertexSelectionTool()

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

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

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

AlgTool interface methods.

Definition at line 46 of file Tracking/TrkVertexFitter/TrkVertexFitterInterfaces/TrkVertexFitterInterfaces/IVertexSelectionTool.h.

46{ return IID_IVertexSelectionTool; };
static const InterfaceID IID_IVertexSelectionTool("IVertexSelectionTool", 1, 0)

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