Variables | |
tuple | shallowRechitClusters |
00001 cms.EDProducer("ShallowRechitClustersProducer", 00002 Prefix=cms.string("cluster"), 00003 Suffix=cms.string(""), 00004 Clusters=cms.InputTag("siStripClusters"), 00005 InputTags= cms.VInputTag( 00006 cms.InputTag('siStripMatchedRecHits:rphiRecHit'), 00007 cms.InputTag('siStripMatchedRecHits:stereoRecHit'), 00008 cms.InputTag('siStripMatchedRecHits:rphiRecHitUnmatched'), 00009 cms.InputTag('siStripMatchedRecHits:stereoRecHitUnmatched') 00010 ) 00011 )
Definition at line 3 of file ShallowRechitClustersProducer_cfi.py.