diff --git a/src/ToDo.txt b/src/ToDo.txt index 162ce3ff..4248d279 100644 --- a/src/ToDo.txt +++ b/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: --------------------- diff --git a/src/include/PTheory.h b/src/include/PTheory.h index be70d9d3..65a50822 100644 --- a/src/include/PTheory.h +++ b/src/include/PTheory.h @@ -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)"}}; //-------------------------------------------------------------------------------------- /**