realized that there are some unwanted minuit features which needs to be fixed
This commit is contained in:
parent
39fafe825a
commit
db679bfee0
10
src/ToDo.txt
10
src/ToDo.txt
@ -23,12 +23,18 @@ short term:
|
||||
|
||||
* 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)
|
||||
|
||||
* 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:
|
||||
---------------------
|
||||
|
@ -161,7 +161,7 @@ static PTheoDataBase fgTheoDataBase[THEORY_MAX] = {
|
||||
"internBsl", "ib", "(phase frequency Trate Lrate)"},
|
||||
|
||||
{THEORY_SKEWED_GAUSS, THEORY_PARAM_SKEWED_GAUSS, false,
|
||||
"skewedGss", "skg", "(phase frequency rate_minus rate_plus)"}};
|
||||
"skewedGss", "skg", "(phase frequency rate_m rate_p)"}};
|
||||
|
||||
//--------------------------------------------------------------------------------------
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user