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
PhysicsAnalysis
Columnar
ColumnarJet
ColumnarJet
JetDef.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
#ifndef COLUMNAR_JET_JET_DEF_H
9
#define COLUMNAR_JET_JET_DEF_H
10
11
#include <
ColumnarCore/ContainerId.h
>
12
#include <
xAODJet/JetContainer.h
>
13
14
namespace
columnar
15
{
16
template
<>
struct
ContainerIdTraits
<
ContainerId
::
jet
>
final
17
{
18
static
constexpr
bool
isDefined
=
true
;
19
static
constexpr
bool
isMutable =
false
;
20
static
constexpr
bool
perEventRange =
true
;
21
static
constexpr
bool
perEventId =
false
;
22
24
using
xAODObjectIdType
=
const
xAOD::Jet
;
25
27
using
xAODObjectRangeType
=
const
xAOD::JetContainer
;
28
30
using
xAODElementLinkType
=
xAOD::JetContainer
;
31
};
32
33
template
<>
struct
ContainerIdTraits
<
ContainerId
::
mutableJet
>
final
34
{
35
static
constexpr
bool
isDefined
=
true
;
36
static
constexpr
bool
isMutable =
true
;
37
static
constexpr
ContainerId
constId =
ContainerId::jet
;
38
static
constexpr
bool
perEventRange =
true
;
39
static
constexpr
bool
perEventId =
false
;
40
42
using
xAODObjectIdType
=
xAOD::Jet
;
43
45
using
xAODObjectRangeType
=
xAOD::JetContainer
;
46
48
using
xAODElementLinkType
=
xAOD::JetContainer
;
49
};
50
}
51
52
#endif
columnar::ContainerIdTraits
Definition:
ContainerId.h:97
jet
Definition:
JetCalibTools_PlotJESFactors.cxx:23
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
columnar::ContainerId::mutableJet
@ mutableJet
columnar::final
CM final
Definition:
ColumnAccessor.h:106
columnar::ContainerId::jet
@ jet
xAOD::Jet_v1
Class describing a jet.
Definition:
Jet_v1.h:57
JetContainer.h
columnar
Definition:
ClusterDef.h:16
ContainerId.h
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition:
JetContainer.h:17
columnar::ContainerId
ContainerId
the id for the different "virtual" containers
Definition:
ContainerId.h:71
columnar::ContainerIdTraits::isDefined
static constexpr bool isDefined
Definition:
ContainerId.h:98
xAOD::Jet
Jet_v1 Jet
Definition of the current "jet version".
Definition:
Event/xAOD/xAODJet/xAODJet/Jet.h:17
Generated on Mon Apr 7 2025 21:12:47 for ATLAS Offline Software by
1.8.18