CMS 3D CMS Logo

hltESPTTRHBuilderPixelOnly_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltESPTTRHBuilderPixelOnly = cms.ESProducer("TkTransientTrackingRecHitBuilderESProducer",
4  ComponentName = cms.string('hltESPTTRHBuilderPixelOnly'),
5  ComputeCoarseLocalPositionFromDisk = cms.bool(False),
6  Matcher = cms.string('StandardMatcher'),
7  Phase2StripCPE = cms.string(''),
8  PixelCPE = cms.string('PixelCPEGeneric'),
9  StripCPE = cms.string('Fake')
10 )