Skip to content

Commit

Permalink
Merge pull request #38194 from civanch/gamma_general_proc
Browse files Browse the repository at this point in the history
Enable Geant4 gamma general process
  • Loading branch information
cmsbuild authored Jun 21, 2022
2 parents 1793847 + 5f29ec6 commit 02e955d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimG4Core/Application/python/g4SimHits_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
G4MscSafetyFactor = cms.double(0.6),
G4MscLambdaLimit = cms.double(1.0), # mm
G4MscStepLimit = cms.string("UseSafety"),
G4GeneralProcess = cms.bool(False),
G4GeneralProcess = cms.bool(True),
ReadMuonData = cms.bool(False),
Verbosity = cms.untracked.int32(0),
# 1 will print cuts as they get set from DD
Expand Down

0 comments on commit 02e955d

Please sign in to comment.