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
graphics
EventDisplaysOnline
python
EventDisplaysOnlineFlags.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.AthConfigFlags
import
AthConfigFlags
4
5
def
createOnlineEventDisplayFlags
():
6
flags=AthConfigFlags()
7
flags.addFlag(
'OnlineEventDisplays.BeamSplashMode'
,
False
)
8
flags.addFlag(
'OnlineEventDisplays.HIMode'
,
False
)
9
flags.addFlag(
'OnlineEventDisplays.CosmicMode'
,
False
)
10
flags.addFlag(
'OnlineEventDisplays.PartitionName'
,
'ATLAS'
)
11
flags.addFlag(
'OnlineEventDisplays.OfflineTest'
,
False
, help=
'Run the online event displays reco outside of point 1.'
)
12
flags.addFlag(
'OnlineEventDisplays.TriggerStreams'
, [
'MinBias'
,
'express'
,
'ZeroBias'
,
'CosmicCalo'
,
'IDCosmic'
,
'CosmicMuons'
,
'Background'
,
'Standby'
,
'L1Calo'
,
'Main'
])
13
flags.addFlag(
'OnlineEventDisplays.OutputDirectory'
,
'/atlas/EventDisplayEvents/'
)
14
flags.addFlag(
'OnlineEventDisplays.MaxEvents'
, 100, help=
'Number of events to keep per stream in /atlas/EventDisplays/streamName'
)
15
flags.addFlag(
'OnlineEventDisplays.PublicStreams'
,[
''
], help =
'Trigger streams that can be seen by the general public'
)
16
flags.addFlag(
'OnlineEventDisplays.ProjectTag'
,
""
)
17
return
flags
EventDisplaysOnlineFlags.createOnlineEventDisplayFlags
def createOnlineEventDisplayFlags()
Definition:
EventDisplaysOnlineFlags.py:5
Generated on Wed Apr 23 2025 21:10:42 for ATLAS Offline Software by
1.8.18