Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Reconstruction
Jet
JetEDM
JetEDM
VertexIndexedConstituentUserInfo.h
Go to the documentation of this file.
1
// this file is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef JET_VERTEXINDEXEDCONSTITUENTUSERINFO_H
8
#define JET_VERTEXINDEXEDCONSTITUENTUSERINFO_H
9
10
#include "
xAODTracking/TrackParticle.h
"
// Necessary ! other wise next line do not compile !
11
#include "
xAODTracking/Vertex.h
"
12
#include "fastjet/PseudoJet.hh"
13
14
namespace
jet
{
15
16
class
VertexIndexedConstituentUserInfo
:
public
fastjet::PseudoJet::UserInfoBase {
17
18
public
:
19
// Default ctor.
20
// Sets the particle null.
21
VertexIndexedConstituentUserInfo
();
22
24
VertexIndexedConstituentUserInfo
(
const
xAOD::Vertex
* vtx);
25
26
28
const
xAOD::Vertex
*
vertex
()
const
{
return
m_vertex
;}
29
protected
:
30
const
xAOD::Vertex
*
m_vertex
;
31
32
};
33
}
34
35
#endif
jet::VertexIndexedConstituentUserInfo::VertexIndexedConstituentUserInfo
VertexIndexedConstituentUserInfo()
Definition:
VertexIndexedConstituentUserInfo.cxx:9
jet::VertexIndexedConstituentUserInfo::vertex
const xAOD::Vertex * vertex() const
Returns the associated vertex if this constit is a track. Else returns null. */.
Definition:
VertexIndexedConstituentUserInfo.h:28
jet::VertexIndexedConstituentUserInfo::m_vertex
const xAOD::Vertex * m_vertex
Definition:
VertexIndexedConstituentUserInfo.h:30
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
jet::VertexIndexedConstituentUserInfo
Definition:
VertexIndexedConstituentUserInfo.h:16
Vertex.h
TrackParticle.h
xAOD::Vertex_v1
Class describing a Vertex.
Definition:
Vertex_v1.h:42
Generated on Fri Mar 14 2025 21:22:56 for ATLAS Offline Software by
1.8.18