Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:59:48

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 shallowClusters = cms.EDProducer("ShallowClustersProducer",
0004                                  Clusters=cms.InputTag("siStripClusters"),
0005                                  Prefix=cms.string("cluster"),
0006                                  )
0007