ATLAS Offline Software
Loading...
Searching...
No Matches
python.TopMixConfig.TopMixConfig Class Reference
Inheritance diagram for python.TopMixConfig.TopMixConfig:
Collaboration diagram for python.TopMixConfig.TopMixConfig:

Public Member Functions

 __init__ (self)

Public Attributes

str name = "TopMixConfig"
 name in GRLB object, and below the xml filename
str listname = "TopMixConfig.xml"
dict querydict = {}
 Specify each selection of dq flags here.

Detailed Description

Definition at line 6 of file TopMixConfig.py.

Constructor & Destructor Documentation

◆ __init__()

python.TopMixConfig.TopMixConfig.__init__ ( self)

Definition at line 7 of file TopMixConfig.py.

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

Member Data Documentation

◆ listname

str python.TopMixConfig.TopMixConfig.listname = "TopMixConfig.xml"

Definition at line 12 of file TopMixConfig.py.

◆ name

str python.TopMixConfig.TopMixConfig.name = "TopMixConfig"

name in GRLB object, and below the xml filename

Definition at line 11 of file TopMixConfig.py.

◆ querydict

dict python.TopMixConfig.TopMixConfig.querydict = {}

Specify each selection of dq flags here.

The query is interpreted as the logical AND of all elements in the array.

All selection criteria at: Database/CoolRunQuery/python/AtlRunQueryParser.py possible dq flag colors : 'n.a.', 'unknown', 'green', 'yellow', 'red' possible detectors (incomplete): pix,sct,em,til,lar,any

See http://atlas-runquery.cern.ch for more user examples. Example: "f r 108175 and db MC and dq pix LBSUMM g and dq EMBA lbsumm g and ctag DetStatusLBSumm-TopMix1 / sh r and dq LBSUMM / nodef"

Reset default settings (= cosmics data related)

Definition at line 25 of file TopMixConfig.py.


The documentation for this class was generated from the following file: