corrected data handling (see MUSR-58)
This commit is contained in:
@ -865,6 +865,7 @@ cout << endl;
|
||||
for (int j=0; j<psiBin.get_histoLength_bin(); j++) {
|
||||
histoData.push_back(histo[j]);
|
||||
}
|
||||
delete histo;
|
||||
runData.fDataBin.push_back(histoData);
|
||||
histoData.clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user