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

Public Member Functions

def __init__ (self)
 

Public Attributes

 name
 name in GRLB object, and below the xml filename More...
 
 listname
 

Detailed Description

Definition at line 6 of file ExampleConfig.py.

Constructor & Destructor Documentation

◆ __init__()

def python.ExampleConfig.ExampleConfig.__init__ (   self)

Definition at line 7 of file ExampleConfig.py.

7  def __init__(self):
8  GoodRunsListConfig.__init__(self)
9 
10 
11  self.name = "ExampleConfig"
12  self.listname = "ExampleConfig.xml"
13 
14 
16 
17 
20 
21 
22 
23  dqflagsquery = [ 'em LBSUMM g',
24  'pix LBSUMM g',
25  'tile LBSUMM g',
26  ]
27 
28 
29  self.querydict['dq'] = dqflagsquery
30 

Member Data Documentation

◆ listname

python.ExampleConfig.ExampleConfig.listname

Definition at line 12 of file ExampleConfig.py.

◆ name

python.ExampleConfig.ExampleConfig.name

name in GRLB object, and below the xml filename

Definition at line 11 of file ExampleConfig.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