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
TrigT1
TrigT1RoIB
src
RoIBDefs.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/* **********************************************************
6
*
7
* RoIBDefs contains some definitions used throughout the
8
* RoIB algorithms (and throughout the L1 ROD world). However,
9
* most of the defs might be superflous now due to the use of the
10
* eformat lib.
11
* Author: Thomas Schoerner-Sadenius <thomas.schoerner@cern.ch>
12
*
13
********************************************************** */
14
15
#ifndef TRIGT1ROIB_ROIBDEFS_H
16
#define TRIGT1ROIB_ROIBDEFS_H
17
18
namespace
ROIB
{
19
20
/* All detector RODs have 15 words, if empty. This counts also
21
the 1word in the beginning and end which is later stripped of. */
22
static
const
unsigned
int
wordsPerEmptyEMTauSlink = 15;
// As agreed with E. Moyse.
23
/* 4 egamma slinks */
24
static
const
unsigned
int
numEMTauSlinks = 4;
// L1 definition.
25
/* 2 jet energy slinks */
26
static
const
unsigned
int
numJetEnergySlinks = 2;
// L1 definition.
27
/* a rod header as used in the l1 has 8 words, not c0ounting the one
28
hardware word in the beginning */
29
static
const
unsigned
int
wordsPerHeader = 8;
// ATL-DA-ES-0029.
30
/* a rod trailer as used in the l1 has 5 words, not counting the one
31
hardware word in the end */
32
static
const
unsigned
int
wordsPerTrailer = 5;
// ATL-DA-ES-0029.
33
34
}
35
36
#endif // TRIGT1ROIB_ROIBDEFS_H
ROIB
Namespace of the LVL1 RoIB simulation.
Definition:
ILvl1ResultAccessTool.h:19
Generated on Sat May 3 2025 21:16:29 for ATLAS Offline Software by
1.8.18