implemented ADDRUN feature which adds runs on the fly. Still very experimental and not thoroughly tested.
This commit is contained in:
@ -209,7 +209,7 @@ cout << endl;
|
||||
success = runListCollection->Add(i, kView);
|
||||
if (!success) {
|
||||
cout << endl << "**ERROR** Couldn't handle run no " << i << " ";
|
||||
cout << (*msrHandler->GetMsrRunList())[i].fRunName.Data();
|
||||
cout << (*msrHandler->GetMsrRunList())[i].fRunName[0].Data();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user