Skip to content

Commit

Permalink
add optional hadronic GFlash to any Physics List
Browse files Browse the repository at this point in the history
  • Loading branch information
civanch committed Dec 15, 2014
1 parent 9dcbc92 commit 4fe497c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SimG4Core/Application/python/g4SimHits_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,12 @@
HadPhysics = cms.untracked.bool(True),
FlagBERT = cms.untracked.bool(False),
GflashEcal = cms.bool(False),
GflashHcal = cms.bool(False),
GflashEcalHad = cms.bool(False),
GflashHcalHad = cms.bool(False),
bField = cms.double(3.8),
energyScaleEB = cms.double(1.032),
energyScaleEE = cms.double(1.024),
GflashHcal = cms.bool(False),
ExoticaPhysicsSS = cms.untracked.bool(False),
RusRoElectronEnergyLimit = cms.double(0.0),
RusRoEcalElectron = cms.double(1.0),
Expand Down

0 comments on commit 4fe497c

Please sign in to comment.