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
WZcommon.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
WZcommon
(GoodRunsListConfig):
7
def
__init__
(self):
8
GoodRunsListConfig.__init__(self)
9
10
11
self.
name
=
"WZcommon"
12
self.
listname
=
"WZcommon.xml"
13
14
16
17
20
21
22
self.querydict[
'run'
] = [
"152166+"
]
23
self.querydict[
'ptag'
] = [
"data10_7TeV"
]
24
25
26
dqflagsquery = [
'ATLGL LBSUMM#DetStatus-v03-repro04-01 g'
,
27
'L1CTP LBSUMM#DetStatus-v03-repro04-01 g'
,
28
'ATLSOL LBSUMM#DetStatus-v03-repro04-01 g'
,
29
'ATLTOR LBSUMM#DetStatus-v03-repro04-01 g'
,
30
'L1CAL LBSUMM#DetStatus-v03-repro04-01 g'
,
31
'L1MUE LBSUMM#DetStatus-v03-repro04-01 g'
,
32
'L1MUB LBSUMM#DetStatus-v03-repro04-01 g'
,
33
'cp_eg_electron_endcap LBSUMM#DetStatus-v03-repro04-01 g'
,
34
'cp_eg_electron_barrel LBSUMM#DetStatus-v03-repro04-01 g'
,
35
'cp_mu_mmuidcb LBSUMM#DetStatus-v03-repro04-01 g'
,
36
'cp_mu_mstaco LBSUMM#DetStatus-v03-repro04-01 g'
,
37
'cp_met LBSUMM#DetStatus-v03-repro04-01 g'
,
38
]
39
40
41
self.querydict[
'dq'
] = dqflagsquery
42
43
44
self.querydict[
'mag'
] = [
's > 6900'
,
't > 20000'
]
45
46
47
self.querydict[
'lhc'
] = [
"stablebeams T"
,
48
"beamenergy 3400+"
,
49
]
50
51
52
self.querydict[
'ready'
] = [
'1'
]
53
python.WZcommon.WZcommon
Definition:
WZcommon.py:6
python.WZcommon.WZcommon.listname
listname
Definition:
WZcommon.py:12
python.WZcommon.WZcommon.name
name
name in GRLB object, and below the xml filename
Definition:
WZcommon.py:11
python.WZcommon.WZcommon.__init__
def __init__(self)
Definition:
WZcommon.py:7
Generated on Thu Apr 17 2025 21:22:39 for ATLAS Offline Software by
1.8.18