ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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

def __init__ (self)
 

Public Attributes

 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__()

def 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

python.OfficialGRLs.OfficialGRLs.collection

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