1 import FWCore.ParameterSet.Config
as cms
6 trackingMaterialProducer = copy.deepcopy(g4SimHits)
7 trackingMaterialProducer.Generator.HepMCProductLabel =
'generatorSmeared' 12 trackingMaterialProducer.UseMagneticField =
False 14 trackingMaterialProducer.Watchers = cms.VPSet(cms.PSet(
15 TrackingMaterialProducer = cms.PSet(
16 PrimaryTracksOnly = cms.bool(
True),
18 txtOutFile = cms.untracked.string(
'VolumesZPosition.txt'),
31 hgcalzfront = cms.double(3210.5),
32 SelectedVolumes = cms.vstring(
'HGCal')
34 type = cms.string(
'TrackingMaterialProducer')