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

Public Member Functions

 __init__ (self)

Public Attributes

str name = "ExampleConfig"
 name in GRLB object, and below the xml filename
str listname = "ExampleConfig.xml"

Detailed Description

Definition at line 6 of file ExampleConfig.py.

Constructor & Destructor Documentation

◆ __init__()

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

str python.ExampleConfig.ExampleConfig.listname = "ExampleConfig.xml"

Definition at line 12 of file ExampleConfig.py.

◆ name

str python.ExampleConfig.ExampleConfig.name = "ExampleConfig"

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: