ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
GoodRunsLists
python
TopMixConfig.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
TopMixConfig
(GoodRunsListConfig):
7
def
__init__
(self):
8
GoodRunsListConfig.__init__(self)
9
10
11
self.
name
=
"TopMixConfig"
12
self.
listname
=
"TopMixConfig.xml"
13
14
16
17
20
21
23
24
25
self.
querydict
= {}
26
self.
querydict
[
'run'
] = [
'108175'
]
27
self.
querydict
[
'db'
] = [
'MC'
]
28
self.
querydict
[
'ctag'
] = [
'DetStatusLBSumm-TopMix1'
]
29
30
31
self.
querydict
[
'dq'
] = [
'sct LBSUMM g'
,
32
]
33
python.TopMixConfig.TopMixConfig
Definition
TopMixConfig.py:6
python.TopMixConfig.TopMixConfig.name
str name
name in GRLB object, and below the xml filename
Definition
TopMixConfig.py:11
python.TopMixConfig.TopMixConfig.__init__
__init__(self)
Definition
TopMixConfig.py:7
python.TopMixConfig.TopMixConfig.querydict
dict querydict
Specify each selection of dq flags here.
Definition
TopMixConfig.py:25
python.TopMixConfig.TopMixConfig.listname
str listname
Definition
TopMixConfig.py:12
Generated on
for ATLAS Offline Software by
1.14.0