laura is hosted by Hepforge, IPPP Durham

Opened 10 years ago

Closed 10 years ago

Last modified 8 years ago

#49 closed defect (fixed)

Multiple incoherent resonances lead to nonsensical fit fractions

Reported by: Daniel Craik Owned by: Daniel Craik
Priority: minor Milestone: v3r0
Version: Keywords:
Cc:

Description

If at least one coherent amplitude and more than one incoherent amplitude are included in the signal model then the fit fractions are nonsensical.

This is caused by a missing continue on line 1843 of LauIsobarDynamics.cc which leads to array elements being accessed in fifjSum_ and fifjEffSum_ beyond the sizes of these arrays (first incoherent term works by fluke due to null terminators on the arrays).

The IFFs between the coherent terms and all but the first incoherent term are calculated incorrectly (large negative numbers). This causes the DPrate to be calculated incorrectly (large negative number) so all fit fractions come out with nonsensical values (small positive numbers).

Change History (3)

comment:1 Changed 10 years ago by Daniel Craik

Status: newassigned

comment:2 Changed 10 years ago by Daniel Craik

Resolution: fixed
Status: assignedclosed

(In [203]) Fixed bug in LauIsobarDynamics where multiple incoherent amplitudes led to nonsensical fit fractions closes #49

comment:3 Changed 8 years ago by Thomas Latham

Milestone: v3r0
Note: See TracTickets for help on using tickets.