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'),
26 hgcalzfront = cms.double(3190.5),
27 SelectedVolumes = cms.vstring(
'HGCal')
29 type = cms.string(
'TrackingMaterialProducer')