ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.TopMixConfig.TopMixConfig Class Reference
Inheritance diagram for python.TopMixConfig.TopMixConfig:
Collaboration diagram for python.TopMixConfig.TopMixConfig:

Public Member Functions

def __init__ (self)
 

Public Attributes

 name
 name in GRLB object, and below the xml filename More...
 
 listname
 
 querydict
 Specify each selection of dq flags here. More...
 

Detailed Description

Definition at line 6 of file TopMixConfig.py.

Constructor & Destructor Documentation

◆ __init__()

def 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

python.TopMixConfig.TopMixConfig.listname

Definition at line 12 of file TopMixConfig.py.

◆ name

python.TopMixConfig.TopMixConfig.name

name in GRLB object, and below the xml filename

Definition at line 11 of file TopMixConfig.py.

◆ querydict

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:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18