The source project of this merge request has been removed.
InvariantMassTool: Use TLorentzVector to calcualte the mass
Hi,
as reported in ATLASRECTS-6135, it could happen that the invariant mass of the two particles becomes very rarely invalid returning a number less than 0. The second item is that the methods in place use lots of float variables and are quite cumbersome given that ROOT
already provides lot's of implementations to calculate invariant momenta.