CorrectionLibJERSF#

class coffea.jetmet_tools.CorrectionLibJERSF(correction)[source]#

Bases: object

Adapter for a JER scale-factor correction from correctionlib.

The correctionlib correction takes a "systematic" input that selects between "nom", "up", and "down". This adapter evaluates all three and stacks them into an (N, 3) array so that CorrectedJetsFactory can index as jersf[:, variation].

Parameters:

correction (correctionlib.Correction) – The JER scale-factor correction.

Attributes Summary

Methods Summary

getScaleFactor(**kwargs)

Attributes Documentation

signature#

Methods Documentation

getScaleFactor(**kwargs)[source]#