started with the encapsulation of the data structure which should reduce the number of crashes and help to reduce memory leaks
This commit is contained in:
@ -82,7 +82,7 @@ bool musrt0_item(TApplication &app, PMsrHandler *msrHandler, PRawRunData *rawRun
|
||||
|
||||
if (musrT0 == 0) {
|
||||
cout << endl << "**ERROR** Couldn't invoke musrT0 ...";
|
||||
cout << endl << " run name " << rawRunData->fRunName.Data();
|
||||
cout << endl << " run name " << rawRunData->GetRunName()->Data();
|
||||
cout << endl << " histo No " << histoNo;
|
||||
cout << endl;
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user