From 68437cc507242cbca1def89d2dda969be73fa347 Mon Sep 17 00:00:00 2001
From: Eric Torrence <eric.torrence@cern.ch>
Date: Mon, 3 Oct 2022 22:59:42 +0200
Subject: [PATCH] Update faser_reco.py

---
 Control/CalypsoExample/Reconstruction/scripts/faser_reco.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py b/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py
index d0c6fc6d..4e233bf4 100755
--- a/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py
+++ b/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py
@@ -103,7 +103,7 @@ ConfigFlags.GeoModel.Align.Dynamic    = False
 
 useCKF = True
 # Enable ACTS material corrections, this crashes testbeam geometries
-ConfigFlags.TrackingGeometry.MaterialSource = "/cvmfs/faser.cern.ch/repo/sw/database/DBRelease/1.0.9/acts/material-maps.json"
+ConfigFlags.TrackingGeometry.MaterialSource = "/cvmfs/faser.cern.ch/repo/sw/database/DBRelease/current/acts/material-maps.json"
 
 # TI12 Cosmics geometry
 if runtype == "TI12Data":
-- 
GitLab