CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StripCPEfromTemplate_cfi.py
Go to the documentation of this file.
2 
3 StripCPEfromTemplateESProducer = cms.ESProducer("StripCPEESProducer",
4  ComponentName = cms.string('StripCPEfromTemplate'),
5  UseTemplateReco = cms.bool(False),
6  TemplateRecoSpeed = cms.int32(0),
7  UseStripSplitClusterErrors = cms.bool(False)
8  )
9 
10