CMS 3D CMS Logo

ProducerHPH_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # ParameterSet used by HitPatternHelper
4 
5 HitPatternHelper_params = cms.PSet (
6 
7  hphDebug = cms.bool(False),
8  useNewKF = cms.bool(False),
9  deltaTanL = cms.double(0.125)
10 
11 )