From 6ee9ff4473b9f99dbe26a1cac07684e5b31a0099 Mon Sep 17 00:00:00 2001 From: Eric Torrence <eric.torrence@cern.ch> Date: Mon, 9 Jan 2023 20:33:52 +0100 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 e1792c40..21e1d51a 100755 --- a/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py +++ b/Control/CalypsoExample/Reconstruction/scripts/faser_reco.py @@ -109,7 +109,7 @@ useCal = False useLHC = False # Enable ACTS material corrections, this crashes testbeam geometries -ConfigFlags.TrackingGeometry.MaterialSource = "/cvmfs/faser.cern.ch/repo/sw/database/DBRelease/1.2.0/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