ATLAS Offline Software
Loading...
Searching...
No Matches
TopMixConfig.py
Go to the documentation of this file.
1# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2
3
4from GoodRunsLists.GoodRunsListConfig import GoodRunsListConfig
5
6class 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
str name
name in GRLB object, and below the xml filename
dict querydict
Specify each selection of dq flags here.