ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.susy_7TeV.susy_7TeV Class Reference
Inheritance diagram for python.susy_7TeV.susy_7TeV:
Collaboration diagram for python.susy_7TeV.susy_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 susy_7TeV.py.

Constructor & Destructor Documentation

◆ __init__()

def python.susy_7TeV.susy_7TeV.__init__ (   self)

Definition at line 7 of file susy_7TeV.py.

7  def __init__(self):
8  GoodRunsListConfig.__init__(self)
9 
10 
11  self.name = "susy_7TeV"
12  self.listname = "susy_7TeV.xml"
13 
14 
16 
17 
18  self.querydict['run'] = ["152166+"]
19  self.querydict['ptag'] = ["data10_7TeV"]
20 
21  dqflagsquery = [ 'ATLGL LBSUMM#DetStatus-v03-repro04-01 g',
22  'L1CTP LBSUMM#DetStatus-v03-repro04-01 g',
23  'CP_MU_MMUIDCB LBSUMM#DetStatus-v03-repro04-01 g',
24  'cp_eg_electron_barrel LBSUMM#DetStatus-v03-repro04-01 g',
25  'cp_eg_electron_endcap LBSUMM#DetStatus-v03-repro04-01 g',
26  #'cp_jet_jetb g',
27  #'cp_jet_jetea g',
28  #'cp_jet_jetec g',
29  #'cp_met_metcalo g',
30  #'cp_met_metmuon g',
31  #'trmet g',
32  #'trjet g',
33  #'trmuo g',
34  #'trele g',
35  'bs LBSUMM#DetStatus-v03-repro04-01 g',
36  'lumi LBSUMM#DetStatus-v03-repro04-01 g',
37  ]
38 
39 
40  self.querydict['dq'] = dqflagsquery
41 
42 
43  self.querydict['lhc'] = [ "stablebeams T",
44  "beamenergy 3400+",
45  ]
46 
47 
48  self.querydict['ready'] = [ '1' ]
49 

Member Data Documentation

◆ listname

python.susy_7TeV.susy_7TeV.listname

Definition at line 12 of file susy_7TeV.py.

◆ name

python.susy_7TeV.susy_7TeV.name

name in GRLB object, and below the xml filename

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