Skip to content

simplifying DipzMLPL condition by using the DipzLikelihood class

Ines Ochoa requested to merge miochoa/athena:miochoa-dipzht-rd into 24.0

A few months ago @peter wrote a new DipzLikelihood class (and comparator), based on the DipzMLPL code, to make a more generic use of the DIPZ algo (including a future DIPZ+HT scenario). This MR is simply removing the code redundancy: the MLPL calculation was then implemented both in DipzLikelihoodCmp.cxx and DipzMLPLCondition.cxx. Now it's only in DipzLikelihoodCmp.cxx, which gets called by the MLPL condition.

No changes are expected (which was confirmed in local tests).

Tagging @maboelel, @dguest, @jlsmith for DIPZ, @pakontax, @cmorenom for jets,

Edited by Ines Ochoa

Merge request reports