Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 def customise(process):
00004
00005
00006
00007 process.g4SimHits.Watchers = cms.VPSet(cms.PSet(
00008 instanceLabel = cms.untracked.string('EcalValidInfo'),
00009 type = cms.string('EcalSimHitsValidProducer'),
00010 verbose = cms.untracked.bool(False)
00011 ))
00012
00013
00014
00015 process.g4SimHits.generator.HepMCProductLabel = cms.string('generator')
00016
00017
00018
00019 process.g4SimHits.ECalSD.StoreSecondary = True
00020 process.g4SimHits.CaloTrkProcessing.PutHistory = True
00021 process.simEcalUnsuppressedDigis.apdAddToBarrel = True
00022
00023 return(process)