Fix of: When changing from ROOT-NPP -> ROOT-PPC now, due to the change to MusrRoot, the forward histogram index should be changed automatically. However, this only works for the first RUN block but not for the rest. Furthermore updated some outdated error messages.

This commit is contained in:
2012-05-18 09:05:47 +00:00
parent 7605aab46f
commit 765d1a3faf
3 changed files with 13 additions and 6 deletions

View File

@@ -3853,7 +3853,7 @@ Bool_t PMsrHandler::HandlePlotEntry(PMsrLines &lines)
cerr << endl;
cerr << endl << "where <plot_type> is: 0=single histo asym,";
cerr << endl << " 2=forward-backward asym,";
cerr << endl << " 4=mu minus singhle histo (not implemented yet),";
cerr << endl << " 4=mu minus single histo,";
cerr << endl << " 8=non muSR.";
cerr << endl << "<run_list> is the list of runs, e.g. runs 1 3";
cerr << endl << "range is optional";