fixed fitting issue for boundaries none/none (MUSR-136), and some minor cleanup in PFitter

This commit is contained in:
nemu
2010-08-31 06:02:06 +00:00
parent 1688a904f6
commit 6774573f7a
3 changed files with 5 additions and 5 deletions

View File

@ -2167,6 +2167,10 @@ Bool_t PMsrHandler::HandleFitParameterEntry(PMsrLines &lines)
error = true;
}
}
// check for lower-/upper-boundaries = none/none
if (!param.fLowerBoundary && !param.fUpperBoundary)
param.fNoOfParams = 5; // since there are no real boundaries present
}
}