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
L1Topo
L1TopoConfig
Root
LayoutConstraints.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
// LayoutConstraints.cxx
5
// TopoCore
6
// Created by Joerg Stelzer on 11/18/12.
7
8
#include "
L1TopoConfig/LayoutConstraints.h
"
9
10
11
// Maximum number of components that require parameters
12
const
unsigned
int
TCS::LayoutConstraints::g_maxComponents
= 100;
13
14
// Max number of TOBs to be received by L1Topo
15
const
unsigned
int
TCS::LayoutConstraints::g_maxJets
= 48;
16
const
unsigned
int
TCS::LayoutConstraints::g_maxClusters
= 80;
17
18
// Max number of TOBs to be analysed by inclusive algorithms:
19
const
unsigned
int
TCS::LayoutConstraints::g_maxInclJets
= 8;
20
const
unsigned
int
TCS::LayoutConstraints::g_maxInclClusters
= 8;
21
22
// Maximum number of parameters per algorithm
23
const
unsigned
int
TCS::LayoutConstraints::g_maxParams
= 20;
TCS::LayoutConstraints::g_maxComponents
static const unsigned int g_maxComponents
Definition:
LayoutConstraints.h:30
TCS::LayoutConstraints::g_maxInclClusters
static const unsigned int g_maxInclClusters
Definition:
LayoutConstraints.h:38
TCS::LayoutConstraints::g_maxJets
static const unsigned int g_maxJets
Definition:
LayoutConstraints.h:33
TCS::LayoutConstraints::g_maxClusters
static const unsigned int g_maxClusters
Definition:
LayoutConstraints.h:34
LayoutConstraints.h
TCS::LayoutConstraints::g_maxParams
static const unsigned int g_maxParams
Definition:
LayoutConstraints.h:41
TCS::LayoutConstraints::g_maxInclJets
static const unsigned int g_maxInclJets
Definition:
LayoutConstraints.h:37
Generated on Thu Mar 13 2025 21:14:05 for ATLAS Offline Software by
1.8.18