added warning for ADDRUN command, which is not supported for NonMuSR fit type

This commit is contained in:
nemu
2009-03-13 14:52:00 +00:00
parent 8171fd10cf
commit e8a08a1896

View File

@ -157,6 +157,10 @@ bool PRunNonMusr::PrepareData()
cout << endl << "in PRunNonMusr::PrepareData(): will feed fFitData";
if (fRunInfo->fRunName.size() > 1) { // ADDRUN present which is not supported for NonMusr
cout << endl << ">> PRunNonMusr::PrepareData(): **WARNING** ADDRUN NOT SUPPORTED FOR THIS FIT TYPE, WILL IGNORE IT." << endl;
}
if (fHandleTag == kFit)
success = PrepareFitData();
else if (fHandleTag == kView)