group MT calculation

MT calculation

Module: Functions for 4-momenta / 4-vector comparison functions (for sorting)

Functions

Name
doublemT(const FourMomentum & vis, const FourMomentum & invis)
Calculate transverse mass of a visible and an invisible 4-vector.
doublemT(const FourMomentum & vis, const Vector3 & invis)
Calculate transverse mass of a visible 4-vector and an invisible 3-vector.
doublemT(const Vector3 & vis, const FourMomentum & invis)
Calculate transverse mass of a visible 4-vector and an invisible 3-vector.

Functions Documentation

function mT

inline double mT(
    const FourMomentum & vis,
    const FourMomentum & invis
)

Calculate transverse mass of a visible and an invisible 4-vector.

function mT

inline double mT(
    const FourMomentum & vis,
    const Vector3 & invis
)

Calculate transverse mass of a visible 4-vector and an invisible 3-vector.

function mT

inline double mT(
    const Vector3 & vis,
    const FourMomentum & invis
)

Calculate transverse mass of a visible 4-vector and an invisible 3-vector.


Updated on 2022-08-07 at 20:17:18 +0100