CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoLocalTracker/SubCollectionProducers/python/ClusterSelectorTopBottom_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 siPixelClustersTop = cms.EDProducer("PixelClusterSelectorTopBottom",
00004     label = cms.InputTag("siPixelClusters"),
00005     y = cms.double(+1)
00006 )
00007 siPixelClustersBottom = cms.EDProducer("PixelClusterSelectorTopBottom",
00008     label = cms.InputTag("siPixelClusters"),
00009     y = cms.double(-1)
00010 )
00011 siStripClustersTop = cms.EDProducer("StripClusterSelectorTopBottom",
00012     label = cms.InputTag("siStripClusters"),
00013     y = cms.double(+1)
00014 )
00015 siStripClustersBottom = cms.EDProducer("StripClusterSelectorTopBottom",
00016     label = cms.InputTag("siStripClusters"),
00017     y = cms.double(-1)
00018 )