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
Root
SimpleConstituentUserInfo.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// SimpleConstituentUserInfo.cxx
6
7
#include <utility>
8
9
#include "
JetEDM/SimpleConstituentUserInfo.h
"
10
11
using
jet::SimpleConstituentUserInfo
;
12
using
Label
=
SimpleConstituentUserInfo::Label
;
13
using
xAOD::IParticle
;
14
15
//**********************************************************************
16
17
SimpleConstituentUserInfo::SimpleConstituentUserInfo()
18
: m_ppar(nullptr) { }
19
20
//**********************************************************************
21
22
SimpleConstituentUserInfo::
23
SimpleConstituentUserInfo
(
const
IParticle
&
par
,
Label
lab)
24
: m_ppar(&
par
), m_label(std::move(lab)) { }
25
26
//**********************************************************************
27
28
const
xAOD::IParticle
*
SimpleConstituentUserInfo::particle
()
const
{
29
return
m_ppar
;
30
}
31
32
//**********************************************************************
33
34
Label
SimpleConstituentUserInfo::label
()
const
{
35
return
m_label
;
36
}
37
38
//**********************************************************************
Label
IndexedConstituentUserInfo::Label Label
Definition:
IndexedConstituentUserInfo.cxx:11
SimpleConstituentUserInfo.h
jet::SimpleConstituentUserInfo::m_ppar
const xAOD::IParticle * m_ppar
Definition:
SimpleConstituentUserInfo.h:38
jet::SimpleConstituentUserInfo::SimpleConstituentUserInfo
SimpleConstituentUserInfo()
Definition:
SimpleConstituentUserInfo.cxx:17
xAOD::IParticle
Class providing the definition of the 4-vector interface.
Definition:
Event/xAOD/xAODBase/xAODBase/IParticle.h:41
jet::IConstituentUserInfo::Label
std::string Label
Definition:
IConstituentUserInfo.h:31
jet::SimpleConstituentUserInfo::m_label
Label m_label
Definition:
SimpleConstituentUserInfo.h:39
jet::SimpleConstituentUserInfo::label
Label label() const
Definition:
SimpleConstituentUserInfo.cxx:34
jet::SimpleConstituentUserInfo::particle
const xAOD::IParticle * particle() const
Definition:
SimpleConstituentUserInfo.cxx:28
createCoolChannelIdFile.par
par
Definition:
createCoolChannelIdFile.py:29
jet::SimpleConstituentUserInfo
Definition:
SimpleConstituentUserInfo.h:19
Label
SimpleConstituentUserInfo::Label Label
Definition:
SimpleConstituentUserInfo.cxx:12
IParticle
Definition:
Event/EventKernel/EventKernel/IParticle.h:43
Generated on Sun Mar 16 2025 21:18:31 for ATLAS Offline Software by
1.8.18