mmikhasenko / ThreeBodyDecay.jl

Julia Implementation of the Dalitz plot decomposition
MIT License
9 stars 0 forks source link

inphaseregion bug #9

Closed mmikhasenko closed 9 months ago

mmikhasenko commented 4 years ago

should be modified to

inphrange(σs::Invariants, ms::ThreeBodyMasses) = Kibble(σs,ms^2) < 0 &&
    inrange(σs[1],lims1(ms)) && inrange(σs[2],lims2(ms)) && inrange(σs[3],lims3(ms))
mmikhasenko commented 4 years ago

Tests would show the issue

mmikhasenko commented 9 months ago

seems fixed