CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalTracker/SiPixelRecHits/python/PixelCPETemplateReco_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 templates = cms.ESProducer("PixelCPETemplateRecoESProducer",
00004     ComponentName = cms.string('PixelCPETemplateReco'),
00005     #TanLorentzAnglePerTesla = cms.double(0.106),
00006     speed = cms.int32(-2),
00007     #PixelErrorParametrization = cms.string('NOTcmsim'),
00008     Alpha2Order = cms.bool(True),
00009     UseClusterSplitter = cms.bool(False),
00010 
00011     # petar, for clusterProbability() from TTRHs
00012     ClusterProbComputationFlag = cms.int32(0),
00013 
00014     # gavril
00015     DoCosmics = cms.bool(False),
00016 
00017     LoadTemplatesFromDB = cms.bool(True)
00018 )