Opened 7 years ago
Closed 7 years ago
#77 closed defect (fixed)
Allow more variation of the formula used for amplitude in LauFlatteRes
Reported by: | Thomas Latham | Owned by: | Thomas Latham |
---|---|---|---|
Priority: | major | Milestone: | v3r4 |
Version: | Keywords: | ||
Cc: |
Description
In the literature the exact formula used for the Flatte lineshape varies quite a bit. In some cases the m_0 factor appears in the imaginary part, in some cases it does not. So we should use a flag to determine whether or not that appears.
The values used for the a0(980) from PRD 57 (1998) 3860 are incorrect. Firstly, the value we take for g1 is not their value but another, it should be 324 +/- 15 MeV. Secondly, their formula uses g2 rather than g, so we need to then square that value. The ratio is of the g2 values, however, so no need to change that.
Should perhaps also set the mass values in the constructor as well as the g values.
Probably should also add some printout to confirm the settings being used.
(In [532]) Correct LauFlatteRes to use the exact formulae from the papers that report the default parameter values for each supported resonance, fix #77