diff --git a/graphics/EventDisplaysOnline/share/EventDisplay_jobOptions.py b/graphics/EventDisplaysOnline/share/EventDisplay_jobOptions.py index 5608a9e6e249ee6872d0d6be6983478537e9094c..c91bab73eafac12298fc4095fd6a177ab1218b4b 100644 --- a/graphics/EventDisplaysOnline/share/EventDisplay_jobOptions.py +++ b/graphics/EventDisplaysOnline/share/EventDisplay_jobOptions.py @@ -5,14 +5,15 @@ isHI_mode = False ## ------------------------------------------- name of the partition from which to read data and configuration parameters partitionName = 'ATLAS' -#partitionName = 'GMTestPartition' #Test partition serving events from a raw data file if you want to test when no run is ongoing. +#partitionName = 'GMTestPartition' #Test partition serving events from a raw data file if you want to test when no run is ongoing. To see which files will be ran over on this test partition, at point 1, see the uncommented lines in: /det/dqm/GlobalMonitoring/GMTestPartition_oks/tdaq-10-00-00/without_gatherer/GMTestPartition.data.xml +#partitionName = 'GMTestPartitionT9' To see which files will be ran over on this test partition, at point 1, see the uncommented lines in: /det/dqm/GlobalMonitoring/GMTestPartition_oks/tdaq-10-00-00/without_gatherer/GMTestPartitionT9.data.xml ## ------------------------------------------- set both the old flags in RecExOnline and the new flags consistently beamType = 'collisions' #beamType = 'cosmics' #COND tag -ConditionsTag = 'CONDBR2-HLTP-2022-02' +ConditionsTag = 'CONDBR2-HLTP-2023-01' #Current DetDesc DetDescrVersion = 'ATLAS-R3S-2021-03-00-00' @@ -177,7 +178,7 @@ elif beamType == 'collisions': if (partitionName != 'ATLAS'): # Can't get some information from the test partition ConfigFlags.Input.RunNumber = [412343] - ConfigFlags.Input.ProjectName = 'data22_13p6TeV' + ConfigFlags.Input.ProjectName = 'data23_13p6TeV' ## ERROR Missing ROBFragment with ID 0x760001 requested ATR-24151 13 Oct 2021 lshi ConfigFlags.Trigger.L1.doMuon=False; ConfigFlags.Trigger.L1.doCalo=False; diff --git a/graphics/EventDisplaysOnline/share/JiveXMLServer_jobOptions.py b/graphics/EventDisplaysOnline/share/JiveXMLServer_jobOptions.py index 9141e98e932ca5bbcd58bc23bc1d00d10c49e006..cf9c67484ce4013618b3093c6f60f604ef1982a1 100644 --- a/graphics/EventDisplaysOnline/share/JiveXMLServer_jobOptions.py +++ b/graphics/EventDisplaysOnline/share/JiveXMLServer_jobOptions.py @@ -22,11 +22,11 @@ from AthenaCommon.AppMgr import theApp if not hasattr(svcMgr, 'OnlineEventDisplaysSvc'): if rec.doHeavyIon: maxEvents=200 - projectTags=['data22_hi'] + projectTags=['data23_hi'] publicStreams=['physics_MinBias'] else: - maxEvents=200 - projectTags=['data22_13p6TeV'] + maxEvents=100 + projectTags=['data23_13p6TeV'] publicStreams=['physics_Main']