CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
clustersummaryproducer_cfi.py
Go to the documentation of this file.
2 
3 clusterSummaryProducer = cms.EDProducer('ClusterSummaryProducer',
4  stripClusters=cms.InputTag('siStripClusters'),
5  pixelClusters=cms.InputTag('siPixelClusters'),
6  stripModule=cms.string('TOB,TIB,TID,TEC,TRACKER'),
7  stripVariables=cms.string('cHits,cSize,cCharge'),
8  pixelModule=cms.string('BPIX,FPIX,PIXEL'),
9  pixelVariables=cms.string('pHits,pSize,pCharge'),
10  doStrips=cms.bool(True),
11  doPixels=cms.bool(True),
12  verbose=cms.bool(False)
13  )