The PR implements a wrapper for some of the hadronic lineshapes (BreitWigner, and MultichannelBreitWigner).
They are deserialized as NamedArgFunc, however, passed into ThreeBodyDecay object as callable object.
The wrapper is needed to implement calling it on Dict with named parameters.
The PR implements a wrapper for some of the hadronic lineshapes (
BreitWigner
, andMultichannelBreitWigner
). They are deserialized asNamedArgFunc
, however, passed intoThreeBodyDecay
object as callable object.The wrapper is needed to implement calling it on
Dict
with named parameters.