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
TrigConfiguration
TrigConfL1Data
TrigConfL1Data
LVL1Config.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TrigConf_LVL1Config
6
#define TrigConf_LVL1Config
7
/*
8
LVL1Config.h
9
*/
10
#include "
TrigConfL1Data/Menu.h
"
11
#include "
TrigConfL1Data/ThresholdConfig.h
"
12
#include "
TrigConfL1Data/Muctpi.h
"
13
14
namespace
TrigConf
{
15
16
class
LVL1Config
{
17
public
:
18
LVL1Config
();
19
20
inline
Menu
&
menu
();
21
inline
ThresholdConfig
&
thresholdConfig
();
22
inline
Muctpi
&
muctpi
();
23
24
protected
:
25
Menu
m_menu
;
26
ThresholdConfig
m_thresholdConfig
;
27
Muctpi
m_muctpi
;
28
};
29
30
Menu
&
LVL1Config::menu
() {
return
m_menu
; }
31
ThresholdConfig
&
LVL1Config::thresholdConfig
() {
return
m_thresholdConfig
; }
32
Muctpi
&
LVL1Config::muctpi
() {
return
m_muctpi
; }
33
34
}
35
36
#endif
TrigConf::LVL1Config::muctpi
Muctpi & muctpi()
Definition:
LVL1Config.h:32
TrigConf::Muctpi
Definition:
Muctpi.h:12
TrigConf::ThresholdConfig
Definition:
ThresholdConfig.h:17
Menu.h
ThresholdConfig.h
TrigConf
Forward iterator to traverse the main components of the trigger configuration.
Definition:
Config.h:22
TrigConf::LVL1Config::m_muctpi
Muctpi m_muctpi
Definition:
LVL1Config.h:27
TrigConf::Menu
Definition:
Menu.h:49
TrigConf::LVL1Config::m_menu
Menu m_menu
Definition:
LVL1Config.h:25
TrigConf::LVL1Config::m_thresholdConfig
ThresholdConfig m_thresholdConfig
Definition:
LVL1Config.h:26
TrigConf::LVL1Config::LVL1Config
LVL1Config()
Definition:
LVL1Config.cxx:12
TrigConf::LVL1Config::thresholdConfig
ThresholdConfig & thresholdConfig()
Definition:
LVL1Config.h:31
TrigConf::LVL1Config
Definition:
LVL1Config.h:16
TrigConf::LVL1Config::menu
Menu & menu()
Definition:
LVL1Config.h:30
Muctpi.h
Generated on Sun May 4 2025 21:13:12 for ATLAS Offline Software by
1.8.18