Skip to content

Commit

Permalink
Keep HIP mitigation OFF in muon-seeded step
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetruc committed Mar 8, 2017
1 parent fb41a4b commit 9e55144
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RecoTracker/IterativeTracking/python/MuonSeededStep_cff.py
Expand Up @@ -35,6 +35,8 @@
MaxChi2 = cms.double(80.0), ## was 30 ## TO BE TUNED
nSigma = cms.double(4.), ## was 3 ## TO BE TUNED
)
from Configuration.Eras.Modifier_tracker_apv_vfp30_2016_cff import tracker_apv_vfp30_2016 as _tracker_apv_vfp30_2016
_tracker_apv_vfp30_2016.toModify(_muonSeededMeasurementEstimatorForInOutBase, MinPtForHitRecoveryInGluedDet=1e9)
muonSeededMeasurementEstimatorForInOut = _muonSeededMeasurementEstimatorForInOutBase.clone(
MaxSagitta = cms.double(-1.)
)
Expand All @@ -50,6 +52,8 @@
MaxChi2 = cms.double(30.0), ## was 30 ## TO BE TUNED
nSigma = cms.double(3.), ## was 3 ## TO BE TUNED
)
from Configuration.Eras.Modifier_tracker_apv_vfp30_2016_cff import tracker_apv_vfp30_2016 as _tracker_apv_vfp30_2016
_tracker_apv_vfp30_2016.toModify(_muonSeededMeasurementEstimatorForOutInBase, MinPtForHitRecoveryInGluedDet=1e9)
muonSeededMeasurementEstimatorForOutIn = _muonSeededMeasurementEstimatorForOutInBase.clone(
MaxSagitta = cms.double(-1.)
)
Expand Down

0 comments on commit 9e55144

Please sign in to comment.