CMS 3D CMS Logo

Functions

reproc2011_2012_cff Namespace Reference

Functions

def customiseG4

Function Documentation

def reproc2011_2012_cff::customiseG4 (   process)

Definition at line 3 of file reproc2011_2012_cff.py.

00004                         :
00005 
00006     process.g4SimHits.Physics.type = cms.string('SimG4Core/Physics/QGSP_FTFP_BERT_EML_New')
00007 
00008     # use HF shower library instead of GFlash parameterization
00009 
00010     process.g4SimHits.HCalSD.UseShowerLibrary = cms.bool(True)
00011     process.g4SimHits.HCalSD.UseParametrize = cms.bool(False)
00012     process.g4SimHits.HCalSD.UsePMTHits = cms.bool(False)
00013     process.g4SimHits.HCalSD.UseFibreBundleHits = cms.bool(False)
00014 
00015     return(process)