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

Public Member Functions

 __init__ (self)

Public Attributes

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

Detailed Description

Definition at line 6 of file Zeechannel_fwd.py.

Constructor & Destructor Documentation

◆ __init__()

python.Zeechannel_fwd.Zeechannel_fwd.__init__ ( self)

Definition at line 7 of file Zeechannel_fwd.py.

7 def __init__(self):
8 GoodRunsListConfig.__init__(self)
9
10
11 self.name = "Zeechannel_fwd"
12 self.listname = "Zeechannel_fwd.xml"
13
14
16
17
20
21
22 self.querydict['run'] = ["152166+"]
23 self.querydict['ptag'] = ["data10_7TeV"]
24
25
26 dqflagsquery = [ 'ATLGL LBSUMM#DetStatus-v03-repro04-01 g',
27 'L1CTP LBSUMM#DetStatus-v03-repro04-01 g',
28 'ATLSOL LBSUMM#DetStatus-v03-repro04-01 g',
29 'L1CAL LBSUMM#DetStatus-v03-repro04-01 g',
30 'cp_eg_electron_endcap LBSUMM#DetStatus-v03-repro04-01 g',
31 'cp_eg_electron_barrel LBSUMM#DetStatus-v03-repro04-01 g',
32 'cp_eg_electron_forward LBSUMM#DetStatus-v03-repro04-01 g',
33 ]
34
35
36 self.querydict['dq'] = dqflagsquery
37
38
39 self.querydict['mag'] = [ 's > 6000' ]
40
41
42 self.querydict['lhc'] = [ "stablebeams T",
43 "beamenergy 3400+",
44 ]
45
46
47 self.querydict['ready'] = [ '1' ]
48

Member Data Documentation

◆ listname

str python.Zeechannel_fwd.Zeechannel_fwd.listname = "Zeechannel_fwd.xml"

Definition at line 12 of file Zeechannel_fwd.py.

◆ name

str python.Zeechannel_fwd.Zeechannel_fwd.name = "Zeechannel_fwd"

name in GRLB object, and below the xml filename

Definition at line 11 of file Zeechannel_fwd.py.


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