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
ColumnarCore
ColumnarCore
ParticleDef.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_CORE_PARTICLE_DEF_H
9
#define COLUMNAR_CORE_PARTICLE_DEF_H
10
11
#include <
ColumnarCore/ContainerId.h
>
12
#include <
xAODBase/IParticleContainer.h
>
13
14
namespace
columnar
15
{
16
template
<ContainerId CI>
requires
(
CI
==
ContainerId::particle0
||
CI
==
ContainerId::particle1
)
17
struct
ContainerIdTraits
<
CI
>
final
18
{
19
static
constexpr
bool
isDefined
=
true
;
20
static
constexpr
bool
isMutable =
false
;
21
static
constexpr
bool
perEventRange =
true
;
22
static
constexpr
bool
perEventId =
false
;
23
25
using
xAODObjectIdType =
const
xAOD::IParticle
;
26
28
using
xAODObjectRangeType =
const
xAOD::IParticleContainer
;
29
31
using
xAODElementLinkType =
xAOD::IParticleContainer
;
32
};
33
}
34
35
#endif
columnar::ContainerIdTraits
Definition:
ContainerId.h:97
columnar::ContainerId::particle0
@ particle0
xAOD::IParticleContainer
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.
Definition:
xAOD/xAODBase/xAODBase/IParticleContainer.h:32
xAOD::IParticle
Class providing the definition of the 4-vector interface.
Definition:
Event/xAOD/xAODBase/xAODBase/IParticle.h:41
CI
std::map< std::string, HypoJetVector >::const_iterator CI
Definition:
xAODJetCollector.h:18
columnar::ContainerId::particle1
@ particle1
IParticleContainer.h
columnar::requires
requires((std::is_integral_v< CT >||std::is_floating_point_v< CT >) &&!std::is_same_v< CT, bool >) struct ColumnTypeTraits< CT
columnar::final
CM final
Definition:
ColumnAccessor.h:106
columnar
Definition:
ClusterDef.h:16
ContainerId.h
columnar::ContainerIdTraits::isDefined
static constexpr bool isDefined
Definition:
ContainerId.h:98
Generated on Tue Mar 25 2025 21:16:26 for ATLAS Offline Software by
1.8.18