realized that there are some unwanted minuit features which needs to be fixed

This commit is contained in:
nemu 2008-02-15 12:32:11 +00:00
parent 39fafe825a
commit db679bfee0
2 changed files with 9 additions and 3 deletions

View File

@ -23,12 +23,18 @@ short term:
* 2008/01/02: nice function block output needed. **DONE** 08-01-02 * 2008/01/02: nice function block output needed. **DONE** 08-01-02
* write a little standalone program which is converting the old msr-files to the new ones. **DONE** 08-01-04 * write a little standalone program which is converting the old msr-files to
the new ones. **DONE** 08-01-04
* implement max.likelihood fits **DONE** 08-02-06 (for Single Histo only. For the others not clear how to do it) * implement max.likelihood fits **DONE** 08-02-06 (for Single Histo only.
For the others not clear how to do it.)
* implement table based theory functions (LF stuff) * implement table based theory functions (LF stuff)
* if a parameter is not used at all, minuit is still varying it!! This is stupid.
Check the minuit manual, there must be a function to "remove" these parameters,
i.e. forcing minuit to ignore them.
--------------------- ---------------------
intermediate term: intermediate term:
--------------------- ---------------------

View File

@ -161,7 +161,7 @@ static PTheoDataBase fgTheoDataBase[THEORY_MAX] = {
"internBsl", "ib", "(phase frequency Trate Lrate)"}, "internBsl", "ib", "(phase frequency Trate Lrate)"},
{THEORY_SKEWED_GAUSS, THEORY_PARAM_SKEWED_GAUSS, false, {THEORY_SKEWED_GAUSS, THEORY_PARAM_SKEWED_GAUSS, false,
"skewedGss", "skg", "(phase frequency rate_minus rate_plus)"}}; "skewedGss", "skg", "(phase frequency rate_m rate_p)"}};
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------
/** /**