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

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 minbias_900GeV.py.

Constructor & Destructor Documentation

◆ __init__()

def python.minbias_900GeV.minbias_900GeV.__init__ (   self)

Definition at line 7 of file minbias_900GeV.py.

7  def __init__(self):
8  GoodRunsListConfig.__init__(self)
9 
10 
11  self.name = "minbias_900GeV"
12  self.listname = "minbias_900GeV.xml"
13 
14 
16 
17 
20 
21 
22 
23  self.querydict['run'] = ["140541+"]
24  self.querydict['ptag'] = ["data09_900GeV"]
25  self.querydict['st'] = ["physics_MinBias"]
26 
27  dqflagsquery = [ 'ATLGL LBSUMM#DetStatusLBSUMM-December09-01 g',
28  'L1CTP LBSUMM#DetStatusLBSUMM-December09-01 g',
29  ]
30 
31 
32  self.querydict['dq'] = dqflagsquery
33 
34 
35  self.querydict['lhc'] = ["beamenergy 449-451"]
36 

Member Data Documentation

◆ listname

python.minbias_900GeV.minbias_900GeV.listname

Definition at line 12 of file minbias_900GeV.py.

◆ name

python.minbias_900GeV.minbias_900GeV.name

name in GRLB object, and below the xml filename

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