Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:06:41

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 
0004 spclustermultprod = cms.EDProducer("SiPixelClusterMultiplicityProducer",
0005                                    clusterdigiCollection = cms.InputTag("siPixelClusters"),
0006                                    wantedSubDets = cms.VPSet(    
0007                                                           cms.PSet(detSelection = cms.uint32(0),detLabel = cms.string("Pixel")),
0008                                                           cms.PSet(detSelection = cms.uint32(1),detLabel = cms.string("BPIX")),
0009                                                           cms.PSet(detSelection = cms.uint32(2),detLabel = cms.string("FPIX"))
0010                                                           )
0011                                 )