From 1dc99bafc5f82b4a8ad12ae11f70308d180a7307 Mon Sep 17 00:00:00 2001
From: Melissa Yexley <m.yexley@cern.ch>
Date: Mon, 10 Jul 2023 13:54:54 +0200
Subject: [PATCH] Updating Online Event Display job options

Updating Online Event Display job options
---
 .../EventDisplaysOnline/share/EventDisplay_jobOptions.py   | 7 ++++---
 .../EventDisplaysOnline/share/JiveXMLServer_jobOptions.py  | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/graphics/EventDisplaysOnline/share/EventDisplay_jobOptions.py b/graphics/EventDisplaysOnline/share/EventDisplay_jobOptions.py
index 5608a9e6e249..c91bab73eafa 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 9141e98e932c..cf9c67484ce4 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']
 
 
-- 
GitLab