ATLAS Offline Software
jetetmiss_jetmetok_windet_900GeV.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 jetetmiss_jetmetok_windet_900GeV(GoodRunsListConfig):
7  def __init__(self):
8  GoodRunsListConfig.__init__(self)
9 
10 
11  self.name = "jetetmiss_jetmetok_windet_900GeV"
12  self.listname = "jetetmiss_jetmetok_windet_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  'atlsol LBSUMM#DetStatusLBSUMM-December09-01 g',
30  'lar LBSUMM#DetStatusLBSUMM-December09-01 g',
31  'tile LBSUMM#DetStatusLBSUMM-December09-01 g',
32  'pix LBSUMM#DetStatusLBSUMM-December09-01 g',
33  'sct LBSUMM#DetStatusLBSUMM-December09-01 g',
34  'trtb,trte LBSUMM#DetStatusLBSUMM-December09-01 g',
35  'jetb LBSUMM#DetStatusLBSUMM-December09-01 g',
36  'jetea LBSUMM#DetStatusLBSUMM-December09-01 g',
37  'jetec LBSUMM#DetStatusLBSUMM-December09-01 g',
38  'METMUON LBSUMM#DetStatusLBSUMM-December09-01 g',
39  'METCALO LBSUMM#DetStatusLBSUMM-December09-01 g',
40  ]
41 
42  self.querydict['lhc'] = ["stablebeams T"]
43 
44 
45  self.querydict['dq'] = dqflagsquery
46 
47  #self.querydict['ctag'] = ['DetStatusLBSUMM-December09-01']
48 
python.jetetmiss_jetmetok_windet_900GeV.jetetmiss_jetmetok_windet_900GeV.listname
listname
Definition: jetetmiss_jetmetok_windet_900GeV.py:12
python.jetetmiss_jetmetok_windet_900GeV.jetetmiss_jetmetok_windet_900GeV.name
name
name in GRLB object, and below the xml filename
Definition: jetetmiss_jetmetok_windet_900GeV.py:11
python.jetetmiss_jetmetok_windet_900GeV.jetetmiss_jetmetok_windet_900GeV
Definition: jetetmiss_jetmetok_windet_900GeV.py:6
python.jetetmiss_jetmetok_windet_900GeV.jetetmiss_jetmetok_windet_900GeV.__init__
def __init__(self)
Definition: jetetmiss_jetmetok_windet_900GeV.py:7