From 808c198efcd28302cc770341d6f0e37f59c29016 Mon Sep 17 00:00:00 2001 From: Leonhard Reichenbach Date: Mon, 16 Dec 2024 14:55:03 +0100 Subject: [PATCH] use cylinder volumes based tracking region in arc explicitly --- CLDConfig/cld_arc_steer.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLDConfig/cld_arc_steer.py b/CLDConfig/cld_arc_steer.py index 32147ff..6265864 100644 --- a/CLDConfig/cld_arc_steer.py +++ b/CLDConfig/cld_arc_steer.py @@ -64,3 +64,6 @@ def setupCerenkov(kernel): ) SIM.filter.mapDetFilter["ARCBARREL"] = "opticalphotons" SIM.filter.mapDetFilter["ARCENDCAP"] = "opticalphotons" + +# explicitly use the cylinder volume base particle handler +SIM.part.userParticleHandler = "Geant4TCUserParticleHandler"