ATLAS Offline Software
|
#include <VertexIndexedConstituentUserInfo.h>
Public Member Functions | |
VertexIndexedConstituentUserInfo () | |
VertexIndexedConstituentUserInfo (const xAOD::Vertex *vtx) | |
Constructor from vertex. More... | |
const xAOD::Vertex * | vertex () const |
Returns the associated vertex if this constit is a track. Else returns null. */. More... | |
Protected Attributes | |
const xAOD::Vertex * | m_vertex |
Definition at line 16 of file VertexIndexedConstituentUserInfo.h.
jet::VertexIndexedConstituentUserInfo::VertexIndexedConstituentUserInfo | ( | ) |
Definition at line 9 of file VertexIndexedConstituentUserInfo.cxx.
jet::VertexIndexedConstituentUserInfo::VertexIndexedConstituentUserInfo | ( | const xAOD::Vertex * | vtx | ) |
Constructor from vertex.
Definition at line 14 of file VertexIndexedConstituentUserInfo.cxx.
|
inline |
Returns the associated vertex if this constit is a track. Else returns null. */.
Definition at line 28 of file VertexIndexedConstituentUserInfo.h.
|
protected |
Definition at line 30 of file VertexIndexedConstituentUserInfo.h.