Opened 11 years ago
Closed 11 years ago
#19 closed enhancement (fixed)
Adding a polynomial nonresonant model
Reported by: | lhenry | Owned by: | lhenry |
---|---|---|---|
Priority: | minor | Milestone: | v2r0 |
Version: | Keywords: | LauPolNR, NR, Polynomial | |
Cc: |
Description
Babar Bd -> KsKK non-resonant model described in arXiv:1201.5897 uses a polynomial NR component described as a sum of a S-wave term and a P-wave term, each being a second-degree polynomial in x = m12 - omega (omega being a physical offset). One has to : Implement a new LauAbsResonance class evaluating as S-wave or P-wave depending on its name, and as a polynomial term of degree 0 to 2 depending on its name.
Change History (7)
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by
Status: | assigned → testing |
---|
comment:3 Changed 11 years ago by
Summary: | Adding a polynomial background model → Adding a polynomial nonresonant model |
---|
comment:4 Changed 11 years ago by
comment:5 Changed 11 years ago by
comment:6 Changed 11 years ago by
(In [76]) Some additional functionality for the CoeffSet classes:
- allow the parameter values to be set (optionally setting the initial and generated values as well)
- allow the parameters to be set to float or to be fixed in the fit
These are needed when cloning but wanting some of the parameters to have different values and/or floating behaviour from the cloned set. Improve the printout of the setting of the coefficient values in the fit models and the creation of resonances Fix bug setting resAmpInt to 0 for LauPolNR Add LauFlatNR for the unform NR model - ends its rather strange special treatment Many other improvements to the info/warning/error printouts Modify GenFitBelleCPKpipi example to demonstrate cloning in action Add -Werror to compiler flags (treats warnings as errors) addresses #19 addresses #20
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
(In [65]) Creation of the LauPolNR class and corresponding changes in LauAbsResonance and LauResonanceMaker. Adding of a ignoreMomenta flag in LauAbsResonance as well. oktotest #19