CMS 3D CMS Logo

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