CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ClusterSummaryProducer = cms.EDProducer('ClusterSummaryProducer',
00004                                         stripClusters=cms.InputTag('siStripClusters'),
00005                                         pixelClusters=cms.InputTag('siPixelClusters'),
00006                                         stripModule=cms.string('TOB,TIB,TID,TEC,TRACKER'),
00007                                         stripVariables=cms.string('cHits,cSize,cCharge'),
00008                                         pixelModule=cms.string('BPIX,FPIX,PIXEL'),
00009                                         pixelVariables=cms.string('pHits,pSize,pCharge'),
00010                                         doStrips=cms.bool(True),
00011                                         doPixels=cms.bool(True),
00012                                         verbose=cms.bool(False)
00013                                         )