add some additional output when minos is called.
This commit is contained in:
parent
fdf604fff2
commit
b4aaa2bc15
@ -1343,6 +1343,8 @@ Bool_t PFitter::ExecuteMinos()
|
|||||||
// the 2nd condition is from an all together unused variable
|
// the 2nd condition is from an all together unused variable
|
||||||
// the 3rd condition is a variable fixed via the FIX command
|
// the 3rd condition is a variable fixed via the FIX command
|
||||||
if ((fMnUserParams.Error(i) != 0.0) && (fRunInfo->ParameterInUse(i) != 0) && (!fMnUserParams.Parameters().at(i).IsFixed())) {
|
if ((fMnUserParams.Error(i) != 0.0) && (fRunInfo->ParameterInUse(i) != 0) && (!fMnUserParams.Parameters().at(i).IsFixed())) {
|
||||||
|
cout << ">> PFitter::ExecuteMinos(): calculate errors for " << fParams[i].fName << endl;
|
||||||
|
|
||||||
// 1-sigma MINOS errors
|
// 1-sigma MINOS errors
|
||||||
ROOT::Minuit2::MinosError err = minos.Minos(i);
|
ROOT::Minuit2::MinosError err = minos.Minos(i);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user