Skip to content

MassCorr_With_InvMass

Juan Leite requested to merge jbaptist/MassCorr_With_InvMass into 2024-patches

The goal of this MR is to extend the BPVCORRM and BPVCORRMERR functors when mass_inv>0.

The current masscorr expression: mCorr = sqrt(m_visˆ2 + pTˆ2) + pTˆ2

Goal: mCorr = sqrt(m_visˆ2 + pTˆ2) + sqrt(m_invˆ2 + pTˆ2)

  • Add arg m_inv to BPVCORRM and ERR
Edited by Juan Leite

Merge request reports