From 520a3305b626bdf911b9133f9e124a06b51d0fd9 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Mon, 17 Jul 2023 10:15:30 +0200 Subject: [PATCH] Examples/Rich: use forceDD4HEP to make tests pass when we have EDM4HEP as well --- examples/RICH/scripts/richsim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/RICH/scripts/richsim.py b/examples/RICH/scripts/richsim.py index 2dca44a7c..e7565f747 100755 --- a/examples/RICH/scripts/richsim.py +++ b/examples/RICH/scripts/richsim.py @@ -77,6 +77,7 @@ def setupCerenkov(kernel): # Output file (assuming CWD) SIM.outputFile = "sim.root" + SIM.outputConfig.forceDD4HEP = True # Override with user options SIM.parseOptions()