laura is hosted by Hepforge, IPPP Durham

Changes between Initial Version and Version 1 of Ticket #35


Ignore:
Timestamp:
Apr 29, 2014, 8:42:50 PM (11 years ago)
Author:
Thomas Latham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35

    • Property Owner set to Thomas Latham
    • Property Status changed from new to assigned
  • Ticket #35 – Description

    initial v1  
    11Bug in LauIsobarDynamics::calcDPNormalisation(), around line 829 in
    2 https://laura.hepforge.org/doc/doxygen/latest/LauIsobarDynamics_8cc_source.html
     2https://laura.hepforge.org/doc/doxygen/v2r1/LauIsobarDynamics_8cc_source.html#l00829
    33When you have two resonances, one close to threshold, you assume that res1Max is smaller than res2Min, while if the two resonances are close together, this may not be true. I had this problem running with Lc(2880) and Lc(2940) in Dp spectrum. I had to add another "if" which checks that if res1Max>res2Min, one just needs to divide the DP into two regions, (m13min, res2Max) and (res2Max, m13max). I suspect similar thing can affect other cases.