Skip to content

fix for mTA being larger than jet energy

Davide Melini requested to merge (removed):21.2 into 21.2

developers of the CxAOD framework found a low-pT jet for which the track-assisted mass was larger than the jet energy. This produce an error when re-computing the pT after the mass calibration. The problem was found for a jet not in the recommended range of the calibration, but it is anyway good to add a fix to prevent this unwanted behaviour.

This MR adds a fix, setting mTA=0 when mTA>jet.E , common to other cases when the mTA is mis-calculated.

Tagging @camacho @mswiatlo @tpoulsen for JetEtmiss, @bmoser @hanar for CxAOD framework.

Merge request reports