From a146f1eac2490626d85a8d07d9764d8dac1156db Mon Sep 17 00:00:00 2001 From: Valeria D'Amante Date: Thu, 5 Feb 2026 00:50:57 +0100 Subject: [PATCH] bug fix when computing ScaRe at histTuple Level --- MuonScaRe_corr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/MuonScaRe_corr.py b/MuonScaRe_corr.py index d00e1c6..95532e8 100644 --- a/MuonScaRe_corr.py +++ b/MuonScaRe_corr.py @@ -60,7 +60,6 @@ def getP4VariationsForLegs(self, df): if not self.isData: sources += MuonScaReCorrProducer.uncSources for source in sources: - updateSourceDict(source_dict, source, "Muon") for scale in getScales(source): syst_name = getSystName(source, scale) for leg_idx in [1, 2]: