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  ComponentType = cms.string('StripCPEfromTemplate'),
6  UseTemplateReco = cms.bool(False),
7  TemplateRecoSpeed = cms.int32(0),
8  UseStripSplitClusterErrors = cms.bool(False)
9  )
10 
11