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
InnerDetector
InDetMonitoring
TRTMonitoringRun3
python
TRTMonitoringRun3Config.py
Go to the documentation of this file.
1
#
2
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
#
4
5
def
TRTMonitoringRun3Cfg
(flags):
6
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
7
from
.TRTMonitoringRun3ESD_Alg
import
TRTMonitoringRun3ESD_AlgConfig
8
from
.TRTMonitoringRun3RAW_Alg
import
TRTMonitoringRun3RAW_AlgConfig
9
10
result =
ComponentAccumulator
()
11
12
# do not run in RAW->ESD (if two step) or AOD-only
13
if
flags.DQ.Environment
not
in
(
'tier0Raw'
,
'AOD'
):
14
result.merge(
TRTMonitoringRun3ESD_AlgConfig
(flags))
15
16
# only when input is RAW
17
if
flags.DQ.Environment
in
(
'online'
,
'tier0'
,
'tier0Raw'
):
18
result.merge(
TRTMonitoringRun3RAW_AlgConfig
(flags))
19
20
return
result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
TRTMonitoringRun3ESD_Alg.TRTMonitoringRun3ESD_AlgConfig
def TRTMonitoringRun3ESD_AlgConfig(flags)
Definition:
TRTMonitoringRun3ESD_Alg.py:11
TRTMonitoringRun3RAW_Alg.TRTMonitoringRun3RAW_AlgConfig
def TRTMonitoringRun3RAW_AlgConfig(flags)
Definition:
TRTMonitoringRun3RAW_Alg.py:5
TRTMonitoringRun3Config.TRTMonitoringRun3Cfg
def TRTMonitoringRun3Cfg(flags)
Definition:
TRTMonitoringRun3Config.py:5
Generated on Thu Apr 3 2025 21:22:34 for ATLAS Offline Software by
1.8.18