feynlag.pheno.offshell.offshell_scalar_vv_width¶
- feynlag.pheno.offshell.offshell_scalar_vv_width(m_S, m_V, width_V, coupling, backend='auto', n=400)[source]¶
Γ(S → V f f̄')for one fermion channel.Analytic inner
s₁₂integral (scalar_vv_s12_integral()) then a 1-D numerical integral overs₂₃ = q²with the Breit–Wigner1/((q²−m_V²)² + m_V²Γ_V²).- Parameters:
m_S – parent scalar mass (number).
m_V – vector mass (number).
width_V – the vector total width
Γ_V(feeds the Breit–Wigner; below threshold,q²never reachesm_V²so this is negligible).coupling – the product
g_{SVV}² g_V²(number).backend –
"scipy","gauss"(numpy) or"auto".n – Gauss–Legendre node count for the 1-D integral.
- Returns:
the partial width for one
f f̄'channel (float). The caller multiplies by the openV^*fermion channels and (forS→VV*) the factor 2 for whichVis on-shell.