CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py

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