ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Prompt::SortTwoTrackVtxByDistToSeed Struct Reference

#include <VertexIterativeFitMergingTool.h>

Collaboration diagram for Prompt::SortTwoTrackVtxByDistToSeed:

Public Member Functions

 SortTwoTrackVtxByDistToSeed (const xAOD::Vertex *seed_)
 
bool operator() (const TwoTrackVtx &lhs, const TwoTrackVtx &rhs)
 

Public Attributes

const xAOD::Vertexseed
 

Detailed Description

Definition at line 84 of file VertexIterativeFitMergingTool.h.

Constructor & Destructor Documentation

◆ SortTwoTrackVtxByDistToSeed()

Prompt::SortTwoTrackVtxByDistToSeed::SortTwoTrackVtxByDistToSeed ( const xAOD::Vertex seed_)
inlineexplicit

Definition at line 86 of file VertexIterativeFitMergingTool.h.

89 : public AthAlgTool, virtual public IVertexMergingTool

Member Function Documentation

◆ operator()()

bool Prompt::SortTwoTrackVtxByDistToSeed::operator() ( const TwoTrackVtx lhs,
const TwoTrackVtx rhs 
)
inline

Definition at line 88 of file VertexIterativeFitMergingTool.h.

89  : public AthAlgTool, virtual public IVertexMergingTool
90  {
91  public:

Member Data Documentation

◆ seed

const xAOD::Vertex* Prompt::SortTwoTrackVtxByDistToSeed::seed

Definition at line 93 of file VertexIterativeFitMergingTool.h.


The documentation for this struct was generated from the following file:
AthAlgTool
Definition: AthAlgTool.h:26