1 import FWCore.ParameterSet.Config
as cms
4 ssclustermultprod = cms.EDProducer(
"SiStripClusterMultiplicityProducer",
5 clusterdigiCollection = cms.InputTag(
"siStripClusters"),
6 wantedSubDets = cms.VPSet(
7 cms.PSet(detSelection = cms.uint32(0),detLabel = cms.string(
"TK")),
8 cms.PSet(detSelection = cms.uint32(3),detLabel = cms.string(
"TIB")),
9 cms.PSet(detSelection = cms.uint32(4),detLabel = cms.string(
"TID")),
10 cms.PSet(detSelection = cms.uint32(5),detLabel = cms.string(
"TOB")),
11 cms.PSet(detSelection = cms.uint32(6),detLabel = cms.string(
"TEC"))