ATLAS Offline Software
Loading...
Searching...
No Matches
python.OfficialGRLs.OfficialGRLs Class Reference

Official collection of GRL maintained and produced by DQ group. More...

Collaboration diagram for python.OfficialGRLs.OfficialGRLs:

Public Member Functions

 __init__ (self)

Public Attributes

list collection

Detailed Description

Official collection of GRL maintained and produced by DQ group.

Last update: 2009-10-21, by Max Baak

Add new GRL configurations bottom of the array Eg. 'GoodRunsLists.ExampleConfig' means: package = GoodRunsLists, GRL class = ExampleConfig

Definition at line 8 of file OfficialGRLs.py.

Constructor & Destructor Documentation

◆ __init__()

python.OfficialGRLs.OfficialGRLs.__init__ ( self)

Definition at line 9 of file OfficialGRLs.py.

9 def __init__(self):
10
11 self.collection = [
12 'GoodRunsLists.jetetmiss_windet_900GeV',
13 'GoodRunsLists.jetetmiss_woindet_900GeV',
14 'GoodRunsLists.jetetmiss_woindet_2TeV',
15 'GoodRunsLists.jetetmiss_jetmetok_woindet_2TeV',
16 'GoodRunsLists.jetetmiss_jetmetok_woindet_900GeV',
17 'GoodRunsLists.jetetmiss_jetmetok_windet_900GeV',
18 'GoodRunsLists.minbias_2TeV',
19 'GoodRunsLists.minbias_900GeV',
20 'GoodRunsLists.minbias_solon_900GeV',
21 'GoodRunsLists.minbias_solon_windet_900GeV',
22 'GoodRunsLists.minbias_solon_2TeV',
23 'GoodRunsLists.minbias_stable_900GeV',
24 'GoodRunsLists.minbias_windet_900GeV',
25 ]

Member Data Documentation

◆ collection

list python.OfficialGRLs.OfficialGRLs.collection
Initial value:
= [
'GoodRunsLists.jetetmiss_windet_900GeV',
'GoodRunsLists.jetetmiss_woindet_900GeV',
'GoodRunsLists.jetetmiss_woindet_2TeV',
'GoodRunsLists.jetetmiss_jetmetok_woindet_2TeV',
'GoodRunsLists.jetetmiss_jetmetok_woindet_900GeV',
'GoodRunsLists.jetetmiss_jetmetok_windet_900GeV',
'GoodRunsLists.minbias_2TeV',
'GoodRunsLists.minbias_900GeV',
'GoodRunsLists.minbias_solon_900GeV',
'GoodRunsLists.minbias_solon_windet_900GeV',
'GoodRunsLists.minbias_solon_2TeV',
'GoodRunsLists.minbias_stable_900GeV',
'GoodRunsLists.minbias_windet_900GeV',
]

Definition at line 11 of file OfficialGRLs.py.


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