Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 shallowRechitClusters = cms.EDProducer("ShallowRechitClustersProducer",
00004 Prefix=cms.string("cluster"),
00005 Suffix=cms.string(""),
00006 Clusters=cms.InputTag("siStripClusters"),
00007 InputTags= cms.VInputTag(
00008 cms.InputTag('siStripMatchedRecHits:rphiRecHit'),
00009 cms.InputTag('siStripMatchedRecHits:stereoRecHit'),
00010 cms.InputTag('siStripMatchedRecHits:rphiRecHitUnmatched'),
00011 cms.InputTag('siStripMatchedRecHits:stereoRecHitUnmatched')
00012 )
00013 )