From 9425901691072d34d36dd90534b5aa022bd3ae96 Mon Sep 17 00:00:00 2001
From: Gloria Corti <gloria.corti@cern.ch>
Date: Wed, 12 Feb 2025 19:39:26 +0000
Subject: [PATCH 1/2] Add Geant4Files package to test Geant4 11.3

---
 lhcbnightlyconf/Gauss.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lhcbnightlyconf/Gauss.py b/lhcbnightlyconf/Gauss.py
index d2400b7e..95fe3715 100644
--- a/lhcbnightlyconf/Gauss.py
+++ b/lhcbnightlyconf/Gauss.py
@@ -338,6 +338,9 @@ gaussino = create_gaussino_slot(
     'lhcb-gaussino',
     'Test build of Gaussino and future Gauss',
 )
+gaussino.DBASE.packages.extend([
+    Package('Geant4Files', 'HEAD')
+])
 gaussino.Run2Support.disabled = True
 gaussino.Gauss.disabled = True
 slots.append(gaussino)
-- 
GitLab


From 4f27c0709d7dc378d98004a4091efddfb8d59f68 Mon Sep 17 00:00:00 2001
From: Gloria Corti <gloria.corti@cern.ch>
Date: Wed, 12 Feb 2025 19:44:53 +0000
Subject: [PATCH 2/2] Fix formatting

---
 lhcbnightlyconf/Gauss.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lhcbnightlyconf/Gauss.py b/lhcbnightlyconf/Gauss.py
index 95fe3715..35c2e7af 100644
--- a/lhcbnightlyconf/Gauss.py
+++ b/lhcbnightlyconf/Gauss.py
@@ -338,9 +338,7 @@ gaussino = create_gaussino_slot(
     'lhcb-gaussino',
     'Test build of Gaussino and future Gauss',
 )
-gaussino.DBASE.packages.extend([
-    Package('Geant4Files', 'HEAD')
-])
+gaussino.DBASE.packages.extend([Package('Geant4Files', 'HEAD')])
 gaussino.Run2Support.disabled = True
 gaussino.Gauss.disabled = True
 slots.append(gaussino)
-- 
GitLab