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.
1 import FWCore.ParameterSet.Config as cms
2 
4 StripCPEfromTemplateESProducer = stripCPEESProducer.clone()
5 StripCPEfromTemplateESProducerComponentName = cms.string('StripCPEfromTemplate')
6 StripCPEfromTemplateESProducer.ComponentType = cms.string('StripCPEfromTemplate')
7 StripCPEfromTemplateESProducer.parameters = cms.PSet(
8  UseTemplateReco = cms.bool(False),
9  TemplateRecoSpeed = cms.int32(0),
10  UseStripSplitClusterErrors = cms.bool(False)
11 )
12 
13