ATLAS Offline Software
Public Member Functions | Protected Attributes | List of all members
jet::VertexIndexedConstituentUserInfo Class Reference

#include <VertexIndexedConstituentUserInfo.h>

Inheritance diagram for jet::VertexIndexedConstituentUserInfo:
Collaboration diagram for jet::VertexIndexedConstituentUserInfo:

Public Member Functions

 VertexIndexedConstituentUserInfo ()
 
 VertexIndexedConstituentUserInfo (const xAOD::Vertex *vtx)
 Constructor from vertex. More...
 
const xAOD::Vertexvertex () const
 Returns the associated vertex if this constit is a track. Else returns null. *‍/. More...
 

Protected Attributes

const xAOD::Vertexm_vertex
 

Detailed Description

Definition at line 16 of file VertexIndexedConstituentUserInfo.h.

Constructor & Destructor Documentation

◆ VertexIndexedConstituentUserInfo() [1/2]

jet::VertexIndexedConstituentUserInfo::VertexIndexedConstituentUserInfo ( )

Definition at line 9 of file VertexIndexedConstituentUserInfo.cxx.

9  : UserInfoBase(), m_vertex{nullptr} {
10  //nop
11  }

◆ VertexIndexedConstituentUserInfo() [2/2]

jet::VertexIndexedConstituentUserInfo::VertexIndexedConstituentUserInfo ( const xAOD::Vertex vtx)

Constructor from vertex.

Definition at line 14 of file VertexIndexedConstituentUserInfo.cxx.

14  : UserInfoBase(), m_vertex(vtx) {
15  //nop
16  }

Member Function Documentation

◆ vertex()

const xAOD::Vertex* jet::VertexIndexedConstituentUserInfo::vertex ( ) const
inline

Returns the associated vertex if this constit is a track. Else returns null. *‍/.

Definition at line 28 of file VertexIndexedConstituentUserInfo.h.

28 {return m_vertex;}

Member Data Documentation

◆ m_vertex

const xAOD::Vertex* jet::VertexIndexedConstituentUserInfo::m_vertex
protected

Definition at line 30 of file VertexIndexedConstituentUserInfo.h.


The documentation for this class was generated from the following files:
jet::VertexIndexedConstituentUserInfo::m_vertex
const xAOD::Vertex * m_vertex
Definition: VertexIndexedConstituentUserInfo.h:30