Line Code
1 2 3 4 5 6 7
import FWCore.ParameterSet.Config as cms

shallowClusters = cms.EDProducer("ShallowClustersProducer",
                                 Clusters=cms.InputTag("siStripClusters"),
                                 Prefix=cms.string("cluster"),
                                 )