Skip to content
Snippets Groups Projects
Commit a96cfc39 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Andre Sailer
Browse files

fix: corrected spelling error


Co-authored-by: default avatarAndre Sailer <andre.philippe.sailer@cern.ch>
parent a7487bfd
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ class ParticleHandler(ConfigHelper): ...@@ -141,7 +141,7 @@ class ParticleHandler(ConfigHelper):
try: try:
user.TrackingVolume_Zmin = DDG4.tracker_region_zmin user.TrackingVolume_Zmin = DDG4.tracker_region_zmin
except AttributeError as e: except AttributeError as e:
logger.info("Attributes tracker_region_zmin for asymmetric tracker region missing %s", e) logger.info("Attribute tracker_region_zmin for asymmetric tracker region missing %s", e)
logger.info(" will use symmetric region defined by tracker_region_zmax") logger.info(" will use symmetric region defined by tracker_region_zmax")
user.TrackingVolume_Zmin = str(-float(user.TrackingVolume_Zmax)) user.TrackingVolume_Zmin = str(-float(user.TrackingVolume_Zmax))
......
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