We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbd269 commit 04c65f1Copy full SHA for 04c65f1
SimG4Core/Application/python/g4SimHits_cfi.py
@@ -795,6 +795,6 @@
795
## Fix for long-lived slepton simulation
796
##
797
from Configuration.ProcessModifiers.fixLongLivedSleptonSim_cff import fixLongLivedSleptonSim
798
-dd4hep.toModify( g4SimHits,
799
- Generator = dict(IsSlepton = True)
+fixLongLivedSleptonSim.toModify( g4SimHits,
+ Generator = dict(IsSlepton = True)
800
)
0 commit comments