Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:32

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 siStripClusters = cms.EDProducer("ClusterMCsplitStrips",
0004   UnsplitClusterProducer = cms.InputTag('siStripClustersUnsplit'),
0005   ClusterRefiner = cms.PSet(
0006     moduleTypes = cms.vstring(
0007       'IB1', 'IB2', 'OB1', 'OB2', 'W1A', 'W2A', 'W3A', 'W1B', 'W2B', 'W3B', 'W4', 'W5', 'W6', 'W7'
0008       # 'IB1', 'IB2', 'OB1', 'OB2'  # barrel modules only
0009     )
0010   )
0011 )