Skip to content

Add partwise linear interpolation between pT bins to the ElectronPhotonVariableCorrectionTool

As requested by @jdevivi, I added a partwise linear interpolation between pT bins to the ElectronPhotonVariableCorrectionTool. The functionality and specialities of the implementation are described in the changes made to the README. The implemented method closely follows the ROOT TH1::Interpolate method.

Merge request reports