Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 def customiseG4(process):
00004
00005 process.g4SimHits.Physics.type = cms.string('SimG4Core/Physics/QGSP_FTFP_BERT_EML_New')
00006
00007
00008
00009 process.g4SimHits.HCalSD.UseShowerLibrary = cms.bool(True)
00010 process.g4SimHits.HCalSD.UseParametrize = cms.bool(False)
00011 process.g4SimHits.HCalSD.UsePMTHits = cms.bool(False)
00012 process.g4SimHits.HCalSD.UseFibreBundleHits = cms.bool(False)
00013
00014 return(process)