Skip to content
Open
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
1 change: 0 additions & 1 deletion MuonScaRe_corr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down