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
JetTagging
JetH5Writer
JetH5Writer
Primitive.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef PRIMITIVE_H
6
#define PRIMITIVE_H
7
8
#include <string>
9
10
struct
Primitive
{
11
enum class
Type
{
12
PRECISION_CUSTOM
,
13
CUSTOM
,
14
UCHAR
,
15
CHAR
,
16
USHORT
,
17
SHORT
,
18
UINT
,
19
INT
,
20
ULONG
,
21
LONG
,
22
ULL
,
23
LL
,
24
HALF
,
25
FLOAT
,
26
DOUBLE
,
27
UINT2UCHAR
,
28
INT2CHAR
,
29
UINT2USHORT
,
30
INT2SHORT
,
31
UL2ULL
,
32
};
33
Type
type
{};
34
std::string
source
;
35
std::string
target
;
36
};
37
38
#endif
Primitive::Type::INT2CHAR
@ INT2CHAR
Primitive::Type::FLOAT
@ FLOAT
Primitive::Type::UINT
@ UINT
Primitive::Type::LONG
@ LONG
Primitive::Type::CUSTOM
@ CUSTOM
Primitive
Definition:
Primitive.h:10
Primitive::Type::LL
@ LL
Primitive::Type::USHORT
@ USHORT
Primitive::Type::UL2ULL
@ UL2ULL
Primitive::Type::HALF
@ HALF
Primitive::Type::PRECISION_CUSTOM
@ PRECISION_CUSTOM
Primitive::Type::UINT2UCHAR
@ UINT2UCHAR
Primitive::type
Type type
Definition:
Primitive.h:33
Primitive::Type::ULL
@ ULL
xAODType
Definition:
ObjectType.h:13
Primitive::target
std::string target
Definition:
Primitive.h:35
Primitive::Type::SHORT
@ SHORT
Primitive::Type::DOUBLE
@ DOUBLE
Primitive::Type::UCHAR
@ UCHAR
Primitive::Type::UINT2USHORT
@ UINT2USHORT
Primitive::Type::INT2SHORT
@ INT2SHORT
Primitive::source
std::string source
Definition:
Primitive.h:34
Primitive::Type::CHAR
@ CHAR
Primitive::Type::INT
@ INT
Primitive::Type::ULONG
@ ULONG
Generated on Thu Apr 17 2025 21:17:05 for ATLAS Offline Software by
1.8.18