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

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

Constructor & Destructor Documentation

◆ __init__()

def python.muon_7TeV.muon_7TeV.__init__ (   self)

Definition at line 7 of file muon_7TeV.py.

7  def __init__(self):
8  GoodRunsListConfig.__init__(self)
9 
10 
11  self.name = "muon_7TeV"
12  self.listname = "muon_7TeV.xml"
13 
14 
16 
17 
20 
21 
22  self.querydict['run'] = ["152166+"]
23  self.querydict['ptag'] = ["data10_7TeV"]
24  self.querydict['st'] = ["physics_MinBias"]
25 
26  dqflagsquery = [ 'ATLGL SHIFTOFL#HEAD g',
27  #'L1CTP SHIFTOFL#HEAD g',
28  'atltor SHIFTOFL#HEAD g',
29  'atlsol SHIFTOFL#HEAD g',
30  'pix SHIFTOFL#HEAD g',
31  'sct SHIFTOFL#HEAD g',
32  'trtb,trte SHIFTOFL#HEAD y+',
33  'mdt SHIFTOFL#HEAD g',
34  'rpc SHIFTOFL#HEAD g',
35  'tgc SHIFTOFL#HEAD g',
36  'csc SHIFTOFL#HEAD g',
37  ]
38 
39 
40  self.querydict['dq'] = dqflagsquery
41 
42 
43  self.querydict['lhc'] = ["stablebeams T"]
44 

Member Data Documentation

◆ listname

python.muon_7TeV.muon_7TeV.listname

Definition at line 12 of file muon_7TeV.py.

◆ name

python.muon_7TeV.muon_7TeV.name

name in GRLB object, and below the xml filename

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