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
Reconstruction
egamma
egammaPerformance
python
egammaPerformance/python/egammaMonitoringConfig.py
Go to the documentation of this file.
1
#
2
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
#
4
5
def
egammaMonitoringConfig
(flags):
6
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
7
result =
ComponentAccumulator
()
8
9
# don't run in RAW -> ESD
10
if
flags.DQ.Environment
in
(
'tier0'
,
'tier0ESD'
,
'online'
,
'AOD'
):
11
from
egammaPerformance.SetupEgammaMonitoring
import
MonitorElectronConfig, MonitorPhotonConfig, MonitorTnPConfig, MonitorForwardElectronConfig
12
13
result.merge(
MonitorElectronConfig
(flags))
14
result.merge(
MonitorPhotonConfig
(flags))
15
result.merge(
MonitorTnPConfig
(flags))
16
if
flags.Egamma.doForward:
17
result.merge(
MonitorForwardElectronConfig
(flags))
18
19
return
result
python.JetAnalysisCommon.ComponentAccumulator
ComponentAccumulator
Definition:
JetAnalysisCommon.py:302
SetupEgammaMonitoring.MonitorPhotonConfig
def MonitorPhotonConfig(inputFlags)
Definition:
SetupEgammaMonitoring.py:687
SetupEgammaMonitoring.MonitorTnPConfig
def MonitorTnPConfig(inputFlags)
Definition:
SetupEgammaMonitoring.py:751
egammaMonitoringConfig.egammaMonitoringConfig
def egammaMonitoringConfig(flags)
Definition:
egammaPerformance/python/egammaMonitoringConfig.py:5
SetupEgammaMonitoring.MonitorElectronConfig
def MonitorElectronConfig(inputFlags)
Definition:
SetupEgammaMonitoring.py:574
SetupEgammaMonitoring.MonitorForwardElectronConfig
def MonitorForwardElectronConfig(inputFlags)
Definition:
SetupEgammaMonitoring.py:823
Generated on Sun Mar 30 2025 21:10:02 for ATLAS Offline Software by
1.8.18