CorrectionLibJUNC#
- class coffea.jetmet_tools.CorrectionLibJUNC(sources)[source]#
Bases:
objectAdapter for JES uncertainty sources from correctionlib.
getUncertaintyreturns an iterable of(name, (N, 2) array)tuples where column 0 is1 + delta(up) and column 1 is1 - delta(down), matching the convention expected byCorrectedJetsFactory.build().- Parameters:
sources (
list[tuple[str,correctionlib.Correction]]) – Each element is(source_name, correction)where correction evaluates the signed uncertainty delta for that source.
Attributes Summary
Methods Summary
getUncertainty(**kwargs)Attributes Documentation
- levels#
- signature#
Methods Documentation