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
IndexedConstituentUserInfo.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
// IndexedConstituentUserInfo.h
6
7
#ifndef jet__IndexedConstituentUserInfo_H
8
#define jet__IndexedConstituentUserInfo_H
9
10
// David Adams and Pierre-Antoine Delsart
11
// January 2014
12
23
24
#include "
JetEDM/BaseIndexedConstituentUserInfo.h
"
25
26
namespace
jet
{
27
28
class
IndexedConstituentUserInfo
:
public
BaseIndexedConstituentUserInfo
{
29
30
public
:
31
32
// Default ctor.
33
// Sets the particle null.
34
IndexedConstituentUserInfo
();
35
37
IndexedConstituentUserInfo
(
const
xAOD::IParticle
&
par
,
Index
idx
,
const
LabelIndex
* pli);
38
40
const
xAOD::IParticle
*
particle
()
const
;
41
42
protected
:
43
44
const
xAOD::IParticle
*
m_ppar
;
45
46
};
47
48
}
// end namespace jet
49
50
#endif
jet::LabelIndex
Definition:
LabelIndex.h:22
jet::IndexedConstituentUserInfo::m_ppar
const xAOD::IParticle * m_ppar
Definition:
IndexedConstituentUserInfo.h:44
jet::IndexedConstituentUserInfo::particle
const xAOD::IParticle * particle() const
Return the particle pointer.
Definition:
IndexedConstituentUserInfo.cxx:30
xAOD::IParticle
Class providing the definition of the 4-vector interface.
Definition:
Event/xAOD/xAODBase/xAODBase/IParticle.h:41
jet::IndexedConstituentUserInfo::IndexedConstituentUserInfo
IndexedConstituentUserInfo()
Definition:
IndexedConstituentUserInfo.cxx:18
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
jet::IConstituentUserInfo::Index
int Index
Definition:
IConstituentUserInfo.h:30
jet::IndexedConstituentUserInfo
Definition:
IndexedConstituentUserInfo.h:28
createCoolChannelIdFile.par
par
Definition:
createCoolChannelIdFile.py:29
jet::IndexedConstituentUserInfo::IndexedConstituentUserInfo
IndexedConstituentUserInfo(const xAOD::IParticle &par, Index idx, const LabelIndex *pli)
Constructor from IParticle, index and map.
BaseIndexedConstituentUserInfo.h
jet::BaseIndexedConstituentUserInfo
Definition:
BaseIndexedConstituentUserInfo.h:29
LArNewCalib_DelayDump_OFC_Cali.idx
idx
Definition:
LArNewCalib_DelayDump_OFC_Cali.py:69
Generated on Sun Mar 23 2025 21:12:07 for ATLAS Offline Software by
1.8.18