ATLAS Offline Software
susy_7TeV.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2 
3 
4 from GoodRunsLists.GoodRunsListConfig import GoodRunsListConfig
5 
6 class susy_7TeV(GoodRunsListConfig):
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 
python.susy_7TeV.susy_7TeV.listname
listname
Definition: susy_7TeV.py:12
python.susy_7TeV.susy_7TeV.__init__
def __init__(self)
Definition: susy_7TeV.py:7
python.susy_7TeV.susy_7TeV.name
name
name in GRLB object, and below the xml filename
Definition: susy_7TeV.py:11
python.susy_7TeV.susy_7TeV
Definition: susy_7TeV.py:6