CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/SimGeneral/MixingModule/python/himixSIMExtended_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Configuration.StandardSequences.SimExtended_cff import *
00004 
00005 LHCTransport.HepMCProductLabel = 'hiSignal' # By default it's "generator" in 3_x_y
00006 
00007 hiSignalG4SimHits = g4SimHits.clone()
00008 
00009 psim.replace(g4SimHits,hiSignalG4SimHits)