CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimGeneral/MixingModule/python/himixSIMIdeal_cff.py

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