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
SimpleConstituentUserInfo.h
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.h
6
7
#ifndef jet__SimpleConstituentUserInfo_H
8
#define jet__SimpleConstituentUserInfo_H
9
10
// David Adams
11
// January 2014
12
//
13
// Implementation of IConstituentUserInfo without indexing.
14
15
#include "
JetEDM/IConstituentUserInfo.h
"
16
17
namespace
jet
{
18
19
class
SimpleConstituentUserInfo
:
public
IConstituentUserInfo
{
20
21
public
:
22
23
// Default ctor.
24
// Sets the particle null.
25
SimpleConstituentUserInfo
();
26
27
// Ctor from IParticle and label.
28
SimpleConstituentUserInfo
(
const
xAOD::IParticle
&
par
, std::string
label
);
29
30
// Return the particle pointer.
31
const
xAOD::IParticle
*
particle
()
const
;
32
33
// Return the label.
34
Label
label
()
const
;
35
36
private
:
37
38
const
xAOD::IParticle
*
m_ppar
;
39
Label
m_label
;
40
41
};
42
43
}
// end namespace jet
44
45
#endif
jet::SimpleConstituentUserInfo::m_ppar
const xAOD::IParticle * m_ppar
Definition:
SimpleConstituentUserInfo.h:38
jet::SimpleConstituentUserInfo::SimpleConstituentUserInfo
SimpleConstituentUserInfo(const xAOD::IParticle &par, std::string label)
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
Definition:
JetCalibTools_PlotJESFactors.cxx:23
jet::SimpleConstituentUserInfo::m_label
Label m_label
Definition:
SimpleConstituentUserInfo.h:39
jet::SimpleConstituentUserInfo::label
Label label() const
Definition:
SimpleConstituentUserInfo.cxx:34
IConstituentUserInfo.h
jet::SimpleConstituentUserInfo::particle
const xAOD::IParticle * particle() const
Definition:
SimpleConstituentUserInfo.cxx:28
createCoolChannelIdFile.par
par
Definition:
createCoolChannelIdFile.py:29
jet::IConstituentUserInfo
Definition:
IConstituentUserInfo.h:26
jet::SimpleConstituentUserInfo
Definition:
SimpleConstituentUserInfo.h:19
Generated on Thu Mar 20 2025 21:18:48 for ATLAS Offline Software by
1.8.18