ATLAS Offline Software
Loading...
Searching...
No Matches
minbias_solon_2TeV.py
Go to the documentation of this file.
1# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
3
4from GoodRunsLists.GoodRunsListConfig import GoodRunsListConfig
5
6class minbias_solon_2TeV(GoodRunsListConfig):
7 def __init__(self):
8 GoodRunsListConfig.__init__(self)
9
10
11 self.name = "minbias_solon_2TeV"
12 self.listname = "minbias_solon_2TeV.xml"
13
14
16
17
20
21
22
23 self.querydict['run'] = ["140541+"]
24 #self.querydict['ptag'] = ["data09_2TeV"] # one 2.4 TeV run in data_900GeV project tag
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 ]
31
32
33 self.querydict['dq'] = dqflagsquery
34
35
36 self.querydict['lhc'] = ["beamenergy 1170+"] # no stable beams for 2.4 TeV runs
37
str name
name in GRLB object, and below the xml filename