Opened 11 years ago
Closed 11 years ago
#20 closed enhancement (fixed)
Some updates to the isobar coefficienct classes
Reported by: | Thomas Latham | Owned by: | Thomas Latham |
---|---|---|---|
Priority: | minor | Milestone: | v2r0 |
Version: | Keywords: | ||
Cc: |
Description
Allow the basename of the coeffset to be set by the user at construction (allows simultaneous fits with some isobar parameters not shared between slaves). Allow the fit range of isobar parameters to be configurable. More intelligent cloning of isobar coeffs to allow e.g. phases to be the same, CPV pars to be the same, etc.
Change History (4)
comment:1 Changed 11 years ago by
Owner: | set to Thomas Latham |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Status: | assigned → testing |
---|
comment:3 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:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
(In [71]) A number of updates to the CoeffSet classes: allow specification of the basename just after construction to stick, allow configuration of the parameter fit ranges, more adaptable cloning of the parameters, allow CP pars to be second-stage in Belle and CLEO formats. oktotest #20