Skip to content

Commit 454260d

Browse files
authored
Merge pull request #47544 from 24LopezR/DDM_151X_typoFix
Fix typo in g4SimHits cfg
2 parents 6b6cbc7 + 04c65f1 commit 454260d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimG4Core/Application/python/g4SimHits_cfi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,6 @@
795795
## Fix for long-lived slepton simulation
796796
##
797797
from Configuration.ProcessModifiers.fixLongLivedSleptonSim_cff import fixLongLivedSleptonSim
798-
dd4hep.toModify( g4SimHits,
799-
Generator = dict(IsSlepton = True)
798+
fixLongLivedSleptonSim.toModify( g4SimHits,
799+
Generator = dict(IsSlepton = True)
800800
)

0 commit comments

Comments
 (0)