CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TransientTrackingRecHitBuilderWithoutRefit_cfi.py
Go to the documentation of this file.
2 
3 ttrhbwor = cms.ESProducer("TkTransientTrackingRecHitBuilderESProducer",
4  StripCPE = cms.string('Fake'),
5  ComponentName = cms.string('WithoutRefit'),
6  PixelCPE = cms.string('Fake'),
7  Matcher = cms.string('Fake'),
8  ComputeCoarseLocalPositionFromDisk = cms.bool(False)
9 )
10 
11