CMS 3D CMS Logo

ProducerHPH_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from L1Trigger.TrackFindingTMTT.TMTrackProducer_Defaults_cfi import TMTrackProducer_params
3 
4 # ParameterSet used by HitPatternHelper
5 
6 HitPatternHelper_params = cms.PSet (
7 
8  hphDebug = cms.bool(False), # switch on/off debug statement
9  useNewKF = cms.bool(False), # switch between new/old KF
10  oldKFPSet = cms.PSet(TMTrackProducer_params.EtaSectors) # import eta sector boundries from old kf package
11 
12 )