CMS 3D CMS Logo

tpClusterProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 tpClusterProducer = tpClusterProducerDefault.clone()
6 
7 from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker
8 phase2_tracker.toModify(
9  tpClusterProducer,
10  pixelSimLinkSrc = cms.InputTag("simSiPixelDigis", "Pixel"),
11  phase2OTSimLinkSrc = cms.InputTag("simSiPixelDigis","Tracker")
12 )