Skip to content
Snippets Groups Projects
Commit 892cb35f authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

update comment

git-svn-id: http://root.cern.ch/svn/root/trunk@36807 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6e05aa0b
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ FitConfig::FitConfig(unsigned int npar) :
FitConfig::~FitConfig()
{
// destructor implementation. No Op
// destructor implementation. No Operations
}
FitConfig::FitConfig(const FitConfig &rhs) {
......@@ -73,7 +73,8 @@ FitConfig & FitConfig::operator = (const FitConfig &rhs) {
}
void FitConfig::SetParamsSettings(unsigned int npar, const double *params, const double * vstep ) {
// initialize fit config from parameter values
// initialize FitConfig from given parameter values and step sizes
// if npar different than existing one - clear old one and create new ones
if (params == 0) {
fSettings = std::vector<ParameterSettings>(npar);
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment