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
susy_7TeV.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
susy_7TeV
(GoodRunsListConfig):
7
def
__init__
(self):
8
GoodRunsListConfig.__init__(self)
9
10
11
self.
name
=
"susy_7TeV"
12
self.
listname
=
"susy_7TeV.xml"
13
14
16
17
18
self.querydict[
'run'
] = [
"152166+"
]
19
self.querydict[
'ptag'
] = [
"data10_7TeV"
]
20
21
dqflagsquery = [
'ATLGL LBSUMM#DetStatus-v03-repro04-01 g'
,
22
'L1CTP LBSUMM#DetStatus-v03-repro04-01 g'
,
23
'CP_MU_MMUIDCB LBSUMM#DetStatus-v03-repro04-01 g'
,
24
'cp_eg_electron_barrel LBSUMM#DetStatus-v03-repro04-01 g'
,
25
'cp_eg_electron_endcap LBSUMM#DetStatus-v03-repro04-01 g'
,
26
#'cp_jet_jetb g',
27
#'cp_jet_jetea g',
28
#'cp_jet_jetec g',
29
#'cp_met_metcalo g',
30
#'cp_met_metmuon g',
31
#'trmet g',
32
#'trjet g',
33
#'trmuo g',
34
#'trele g',
35
'bs LBSUMM#DetStatus-v03-repro04-01 g'
,
36
'lumi LBSUMM#DetStatus-v03-repro04-01 g'
,
37
]
38
39
40
self.querydict[
'dq'
] = dqflagsquery
41
42
43
self.querydict[
'lhc'
] = [
"stablebeams T"
,
44
"beamenergy 3400+"
,
45
]
46
47
48
self.querydict[
'ready'
] = [
'1'
]
49
python.susy_7TeV.susy_7TeV.listname
listname
Definition:
susy_7TeV.py:12
python.susy_7TeV.susy_7TeV.__init__
def __init__(self)
Definition:
susy_7TeV.py:7
python.susy_7TeV.susy_7TeV.name
name
name in GRLB object, and below the xml filename
Definition:
susy_7TeV.py:11
python.susy_7TeV.susy_7TeV
Definition:
susy_7TeV.py:6
Generated on Sat Apr 19 2025 21:19:17 for ATLAS Offline Software by
1.8.18