ATLAS Offline Software
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
VertexHandle::Imp Class Reference
Collaboration diagram for VertexHandle::Imp:

Public Member Functions

 Imp (VertexHandle *tc, const xAOD::Vertex *vtx)
 
 ~Imp ()
 

Static Public Member Functions

static double dist (const SbVec3f &p1, const SbVec3f &p2)
 

Public Attributes

VertexHandletheclass
 
const xAOD::Vertexvertex
 
VertexCollHandlecollHandle
 
SoSeparator * sep
 
SoSphere * sphere
 

Static Public Attributes

static std::atomic< int > nvtxhandles = 0
 

Detailed Description

Definition at line 48 of file VertexHandle.cxx.

Constructor & Destructor Documentation

◆ Imp()

VertexHandle::Imp::Imp ( VertexHandle tc,
const xAOD::Vertex vtx 
)
inline

Definition at line 54 of file VertexHandle.cxx.

54 : theclass(tc), vertex(vtx), collHandle(nullptr),sep(nullptr), sphere(nullptr){}

◆ ~Imp()

VertexHandle::Imp::~Imp ( )
inline

Definition at line 55 of file VertexHandle.cxx.

55 { }

Member Function Documentation

◆ dist()

static double VertexHandle::Imp::dist ( const SbVec3f &  p1,
const SbVec3f &  p2 
)
static

Member Data Documentation

◆ collHandle

VertexCollHandle* VertexHandle::Imp::collHandle

Definition at line 58 of file VertexHandle.cxx.

◆ nvtxhandles

std::atomic< int > VertexHandle::Imp::nvtxhandles = 0
static

Definition at line 52 of file VertexHandle.cxx.

◆ sep

SoSeparator* VertexHandle::Imp::sep

Definition at line 60 of file VertexHandle.cxx.

◆ sphere

SoSphere* VertexHandle::Imp::sphere

Definition at line 61 of file VertexHandle.cxx.

◆ theclass

VertexHandle* VertexHandle::Imp::theclass

Definition at line 56 of file VertexHandle.cxx.

◆ vertex

const xAOD::Vertex* VertexHandle::Imp::vertex

Definition at line 57 of file VertexHandle.cxx.


The documentation for this class was generated from the following file:
VertexHandle::Imp::collHandle
VertexCollHandle * collHandle
Definition: VertexHandle.cxx:58
VertexHandle::Imp::vertex
const xAOD::Vertex * vertex
Definition: VertexHandle.cxx:57
VertexHandle::Imp::theclass
VertexHandle * theclass
Definition: VertexHandle.cxx:56
VertexHandle::Imp::sphere
SoSphere * sphere
Definition: VertexHandle.cxx:61
VertexHandle::Imp::sep
SoSeparator * sep
Definition: VertexHandle.cxx:60