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
jetetmiss_7TeV.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2
3
4
from
GoodRunsLists.GoodRunsListConfig
import
GoodRunsListConfig
5
6
class
jetetmiss_7TeV
(GoodRunsListConfig):
7
def
__init__
(self):
8
GoodRunsListConfig.__init__(self)
9
10
11
self.
name
=
"jetetmiss_7TeV"
12
self.
listname
=
"jetetmiss_7TeV.xml"
13
14
16
17
20
21
self.querydict[
'run'
] = [
"152166+"
]
22
self.querydict[
'ptag'
] = [
"data10_7TeV"
]
23
self.querydict[
'st'
] = [
"physics_MinBias"
]
24
25
dqflagsquery = [
'ATLGL SHIFTOFL#HEAD g'
,
26
#'L1CTP SHIFTOFL#HEAD g',
27
'atltor SHIFTOFL#HEAD g'
,
28
'atlsol SHIFTOFL#HEAD g'
,
29
'pix SHIFTOFL#HEAD g'
,
30
'sct SHIFTOFL#HEAD g'
,
31
'trtb,trte SHIFTOFL#HEAD y+'
,
32
'lar SHIFTOFL#HEAD y+'
,
33
'tile SHIFTOFL#HEAD y+'
,
34
]
35
36
37
self.querydict[
'dq'
] = dqflagsquery
38
39
40
self.querydict[
'lhc'
] = [
"stablebeams T"
]
41
python.jetetmiss_7TeV.jetetmiss_7TeV.listname
listname
Definition:
jetetmiss_7TeV.py:12
python.jetetmiss_7TeV.jetetmiss_7TeV
Definition:
jetetmiss_7TeV.py:6
python.jetetmiss_7TeV.jetetmiss_7TeV.name
name
name in GRLB object, and below the xml filename
Definition:
jetetmiss_7TeV.py:11
python.jetetmiss_7TeV.jetetmiss_7TeV.__init__
def __init__(self)
Definition:
jetetmiss_7TeV.py:7
Generated on Mon Apr 21 2025 21:12:53 for ATLAS Offline Software by
1.8.18