Skip to content

Commit

Permalink
Change the default of QGS and FTF transition for maximum energy for FTF
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed May 6, 2020
1 parent 97be8ff commit 9ef3ded
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 @@ -151,7 +151,7 @@
EminFTFP = cms.double(3.), # in GeV
EmaxBERT = cms.double(6.), # in GeV
EminQGSP = cms.double(12.), # in GeV
EmaxFTFP = cms.double(30.), # in GeV
EmaxFTFP = cms.double(25.), # in GeV
EmaxBERTpi = cms.double(12.), # in GeV
LowEnergyGflashEcal = cms.bool(False),
LowEnergyGflashEcalEmax = cms.double(100),
Expand Down

0 comments on commit 9ef3ded

Please sign in to comment.