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
DataQuality
GoodRunsLists
python
minbias_2TeV.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
3
4
from
GoodRunsLists.GoodRunsListConfig
import
GoodRunsListConfig
5
6
class
minbias_2TeV
(GoodRunsListConfig):
7
def
__init__
(self):
8
GoodRunsListConfig.__init__(self)
9
10
11
self.
name
=
"minbias_2TeV"
12
self.
listname
=
"minbias_2TeV.xml"
13
14
16
17
20
21
22
23
self.querydict[
'run'
] = [
"140541+"
]
24
#self.querydict['ptag'] = ["data09_2TeV"] # one 2.4 TeV run in data_900GeV project tag
25
self.querydict[
'st'
] = [
"physics_MinBias"
]
26
27
dqflagsquery = [
'ATLGL LBSUMM#DetStatusLBSUMM-December09-01 g'
,
28
'L1CTP LBSUMM#DetStatusLBSUMM-December09-01 g'
,
29
]
30
31
32
self.querydict[
'dq'
] = dqflagsquery
33
34
35
self.querydict[
'lhc'
] = [
"beamenergy 1170+"
]
# no stable beams for 2.4 TeV runs
36
python.minbias_2TeV.minbias_2TeV
Definition:
minbias_2TeV.py:6
python.minbias_2TeV.minbias_2TeV.listname
listname
Definition:
minbias_2TeV.py:12
python.minbias_2TeV.minbias_2TeV.name
name
name in GRLB object, and below the xml filename
Definition:
minbias_2TeV.py:11
python.minbias_2TeV.minbias_2TeV.__init__
def __init__(self)
Definition:
minbias_2TeV.py:7
Generated on Sun Apr 20 2025 21:14:58 for ATLAS Offline Software by
1.8.18