diff --git a/DDG4/python/DDSim/Helper/ParticleHandler.py b/DDG4/python/DDSim/Helper/ParticleHandler.py index db5864f6143556c29570b22609cf79f610c2367d..d502f5c87f6396590c7207d1d3c6395e472185b9 100644 --- a/DDG4/python/DDSim/Helper/ParticleHandler.py +++ b/DDG4/python/DDSim/Helper/ParticleHandler.py @@ -132,8 +132,8 @@ class ParticleHandler(ConfigHelper): user.TrackingVolume_Zmax = DDG4.tracker_region_zmax user.TrackingVolume_Rmax = DDG4.tracker_region_rmax logger.info(" *** definition of tracker region *** ") - logger.info(" tracker_region_zmax = ", user.TrackingVolume_Zmax) - logger.info(" tracker_region_rmax = ", user.TrackingVolume_Rmax) + logger.info(" tracker_region_zmax = %s", user.TrackingVolume_Zmax) + logger.info(" tracker_region_rmax = %s", user.TrackingVolume_Rmax) logger.info(" ************************************ ") except AttributeError as e: logger.error("Attribute of tracker region missing in detector model %s", e)