fixed bug of forgotten addRun counter reset according to MUSR-71
This commit is contained in:
parent
5d9de48264
commit
9b7ff5cad4
@ -525,6 +525,7 @@ int PMsrHandler::WriteMsrLogFile(const bool messages)
|
|||||||
str.ToUpper();
|
str.ToUpper();
|
||||||
fout << str.Data() << " (name beamline institute data-file-format)" << endl;
|
fout << str.Data() << " (name beamline institute data-file-format)" << endl;
|
||||||
} else if (sstr.BeginsWith("fittype")) {
|
} else if (sstr.BeginsWith("fittype")) {
|
||||||
|
addRunNo = 0;
|
||||||
fout.width(16);
|
fout.width(16);
|
||||||
switch (fRuns[runNo].fFitType) {
|
switch (fRuns[runNo].fFitType) {
|
||||||
case MSR_FITTYPE_SINGLE_HISTO:
|
case MSR_FITTYPE_SINGLE_HISTO:
|
||||||
@ -2550,7 +2551,6 @@ cout << endl << ">> PMsrHandler::HandlePlotEntry(): will eventually handle view_
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fPlots.push_back(param);
|
fPlots.push_back(param);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user