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

DDSim: Fix bug in enablePrimaryHandler

Need to return the value
Kept DDg4ParticleGun from working
parent 0f20ee91
No related branches found
No related tags found
No related merge requests found
......@@ -692,6 +692,7 @@ SIM = DD4hepSimulation()
print "Enabling the PrimaryHandler"
else:
print "Disabling the PrimaryHandler"
return enablePrimaryHandler
################################################################################
### MODULE FUNCTIONS GO HERE
......
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