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
Trigger
TrigAccel
TrigAccelEvent
TrigAccelEvent
TrigInDetAccelCodes.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGACCELEVENT_TRIGINDETACCELCODES_H
6
#define TRIGACCELEVENT_TRIGINDETACCELCODES_H
7
8
namespace
TrigAccel
{
9
10
constexpr
unsigned
int
TrigInDetModuleID_CPU
= 0x10000000;
11
12
constexpr
unsigned
int
TrigInDetModuleID_CUDA
= 0x10100000;
13
constexpr
unsigned
int
TrigITkModuleID_CUDA
= 0x10200000;
14
15
enum
InDetJobControlCode
{
16
PIXBS
= 11001,
17
SCTBS
= 12001,
18
PIX_CL_EXPORT
= 11010,
19
SCT_CL_EXPORT
= 12010,
20
SPS_EXPORT
= 13010,
21
SFS_EXPORT
= 13011,
22
TFS_EXPORT
= 13012,
23
SEED_IMPORT
= 13100,
24
SIL_LAYERS_EXPORT
= 10020,
25
PIX_GEO_EXPORT
= 11020,
26
SCT_GEO_EXPORT
= 12020,
27
ID_CABLING_EXPORT
= 10000,
28
FIND_SEEDS
= 14000,
29
MAKE_SEEDS
= 14001,
30
FIND_TRACKS
= 15000,
31
RUN_GBTS
= 16000
32
};
33
}
34
35
#endif
TrigAccel::PIX_GEO_EXPORT
@ PIX_GEO_EXPORT
Definition:
TrigInDetAccelCodes.h:25
TrigAccel::ID_CABLING_EXPORT
@ ID_CABLING_EXPORT
Definition:
TrigInDetAccelCodes.h:27
TrigAccel::SIL_LAYERS_EXPORT
@ SIL_LAYERS_EXPORT
Definition:
TrigInDetAccelCodes.h:24
TrigAccel::TrigITkModuleID_CUDA
constexpr unsigned int TrigITkModuleID_CUDA
Definition:
TrigInDetAccelCodes.h:13
TrigAccel::PIXBS
@ PIXBS
Definition:
TrigInDetAccelCodes.h:16
TrigAccel::RUN_GBTS
@ RUN_GBTS
Definition:
TrigInDetAccelCodes.h:31
TrigAccel::SPS_EXPORT
@ SPS_EXPORT
Definition:
TrigInDetAccelCodes.h:20
TrigAccel::SEED_IMPORT
@ SEED_IMPORT
Definition:
TrigInDetAccelCodes.h:23
TrigAccel::TrigInDetModuleID_CUDA
constexpr unsigned int TrigInDetModuleID_CUDA
Definition:
TrigInDetAccelCodes.h:12
TrigAccel::SFS_EXPORT
@ SFS_EXPORT
Definition:
TrigInDetAccelCodes.h:21
TrigAccel::PIX_CL_EXPORT
@ PIX_CL_EXPORT
Definition:
TrigInDetAccelCodes.h:18
TrigAccel::SCT_GEO_EXPORT
@ SCT_GEO_EXPORT
Definition:
TrigInDetAccelCodes.h:26
TrigAccel::TFS_EXPORT
@ TFS_EXPORT
Definition:
TrigInDetAccelCodes.h:22
TrigAccel::FIND_TRACKS
@ FIND_TRACKS
Definition:
TrigInDetAccelCodes.h:30
TrigAccel::InDetJobControlCode
InDetJobControlCode
Definition:
TrigInDetAccelCodes.h:15
TrigAccel::SCTBS
@ SCTBS
Definition:
TrigInDetAccelCodes.h:17
TrigAccel::FIND_SEEDS
@ FIND_SEEDS
Definition:
TrigInDetAccelCodes.h:28
TrigAccel::MAKE_SEEDS
@ MAKE_SEEDS
Definition:
TrigInDetAccelCodes.h:29
TrigAccel
Definition:
DataExportBuffer.h:12
TrigAccel::SCT_CL_EXPORT
@ SCT_CL_EXPORT
Definition:
TrigInDetAccelCodes.h:19
TrigAccel::TrigInDetModuleID_CPU
constexpr unsigned int TrigInDetModuleID_CPU
Definition:
TrigInDetAccelCodes.h:10
Generated on Wed Apr 9 2025 21:21:33 for ATLAS Offline Software by
1.8.18