ATLAS Offline Software
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.listname
listname
Definition:
TopMixConfig.py:12
python.TopMixConfig.TopMixConfig.querydict
querydict
Specify each selection of dq flags here.
Definition:
TopMixConfig.py:25
python.TopMixConfig.TopMixConfig
Definition:
TopMixConfig.py:6
python.TopMixConfig.TopMixConfig.name
name
name in GRLB object, and below the xml filename
Definition:
TopMixConfig.py:11
python.TopMixConfig.TopMixConfig.__init__
def __init__(self)
Definition:
TopMixConfig.py:7
Generated on Thu Nov 7 2024 21:28:42 for ATLAS Offline Software by
1.8.18