Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/slimming/slimming_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
from PhysicsTools.PatAlgos.modules import DeDxEstimatorRekeyer
dedxEstimator = DeDxEstimatorRekeyer()
from Configuration.Eras.Modifier_run3_egamma_2023_cff import run3_egamma_2023
(run3_upc & ~run3_egamma_2023).toModify(dedxEstimator, dedxEstimators = ["dedxHarmonic2", "dedxPixelHarmonic2", "dedxPixelLikelihood", "dedxStripLikelihood", "dedxAllLikelihood"])
run3_upc.toModify(dedxEstimator, dedxEstimators = ["dedxHarmonic2", "dedxPixelHarmonic2", "dedxPixelLikelihood", "dedxStripLikelihood", "dedxAllLikelihood"])
run3_upc.toReplaceWith(slimmingTask, cms.Task(slimmingTask.copy(), hiPixelTracks, packedPFCandidateTrackChi2, lostTrackChi2, dedxEstimator))

from Configuration.Eras.Modifier_ppRef_2024_cff import ppRef_2024
Expand Down
2 changes: 1 addition & 1 deletion RecoTracker/DeDx/python/dedxEstimators_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@
dedxStripLikelihood = dedxAllLikelihood.clone(UseStrip = True, UsePixel = False)

from Configuration.Eras.Modifier_run3_egamma_2023_cff import run3_egamma_2023
(run3_upc & ~run3_egamma_2023).toReplaceWith(doAlldEdXEstimatorsTask, cms.Task(doAlldEdXEstimatorsTask.copy(), dedxHitCalibrator, dedxStripLikelihood, dedxPixelLikelihood, dedxAllLikelihood))
run3_upc.toReplaceWith(doAlldEdXEstimatorsTask, cms.Task(doAlldEdXEstimatorsTask.copy(), dedxHitCalibrator, dedxStripLikelihood, dedxPixelLikelihood, dedxAllLikelihood))