Opened 11 years ago
Closed 10 years ago
#34 closed defect (fixed)
Unable to set resonance parameters for Kappa and Sigma models
Reported by: | Thomas Latham | Owned by: | Thomas Latham |
---|---|---|---|
Priority: | major | Milestone: | v2r2 |
Version: | v2r1 | Keywords: | |
Cc: |
Description
While the Kappa (and similar) resonance models has a method to set the values of the constant parameters, it does not implement setResonanceParameter(...) and nor does LauIsobarDynamics interact with it to allow these to be set by the user.
Change History (3)
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|
comment:2 Changed 11 years ago by
Status: | assigned → testing |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
Note: See
TracTickets for help on using
tickets.
(In [116]) Address issue of setting values of resonance parameters for all models. Decided to do away with need to have LauIsobarDynamics know everything. LauIsobarDynamics::addResonance now returns a pointer to LauAbsResonance. Parameters can be changed through LauAbsResonance::setResonanceParameter. LauIsobarDynamics still knows about Blatt-Weisskopf factors - better to only need to set this once. Update GenFit3pi example to demonstrate mechanism. oktotest #34 This should also help with implementing the floating resonance parameters. addresses #11