Skip to content

Commit 1114068

Browse files
authored
Merge pull request #47756 from civanch/enable_G4HepEm
[FULLSIM] Set enable EM physics library G4HepEM by default
2 parents 66a1259 + 2d10a40 commit 1114068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimG4Core/Application/python/g4SimHits_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
# please select "SimG4Core/Physics/DummyPhysics" for type
182182
# and turn ON DummyEMPhysics
183183
#
184-
type = cms.string('SimG4Core/Physics/FTFP_BERT_EMM'),
184+
type = cms.string('SimG4Core/Physics/FTFP_BERT_EMH'),
185185
DummyEMPhysics = cms.bool(False),
186186
# 1 will print cuts as they get set from DD
187187
# 2 will do as 1 + will dump Geant4 table of cuts

0 commit comments

Comments
 (0)