ATLAS Offline Software
|
Interface class for vertex Container Sorting. More...
#include <IVertexSelectionTool.h>
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... | |
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 (2016-06-01) .ric hard. shop e@cer n.ch
EDM Migration to xAOD - remove method using VxCandidate
Definition at line 38 of file IVertexSelectionTool.h.
|
inlinevirtual |
|
pure virtual |
Selection method returning the position of selected the PV in the container.
Implemented in Trk::TruthVertexSelectionTool.
|
inlinestatic |
AlgTool interface methods.
Definition at line 46 of file IVertexSelectionTool.h.