Skip to content
Snippets Groups Projects
Commit 818beb06 authored by Andre Sailer's avatar Andre Sailer
Browse files

DDSim: ParticleHandler: make compatible with new cppyy

parent 5ed4daaf
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ class ParticleHandler(ConfigHelper):
except AttributeError as e:
logger.debug("Attribute tracker_region_zmin for asymmetric tracker region missing %s", e)
logger.debug(" will use symmetric region defined by tracker_region_zmax")
user.TrackingVolume_Zmin = str(-float(user.TrackingVolume_Zmax))
user.TrackingVolume_Zmin = str(-float(DDG4.tracker_region_zmax))
logger.info(" *** definition of tracker region *** ")
logger.info(" tracker_region_zmin = %s", user.TrackingVolume_Zmin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment