CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ttrhbwor = cms.ESProducer("TkTransientTrackingRecHitBuilderESProducer",
00004     StripCPE = cms.string('Fake'),
00005     ComponentName = cms.string('WithoutRefit'),
00006     PixelCPE = cms.string('Fake'),
00007     Matcher = cms.string('Fake'),
00008     ComputeCoarseLocalPositionFromDisk = cms.bool(False)                          
00009 )
00010 
00011