fixed missing read call in PMsr2Data

This commit is contained in:
2012-10-29 13:46:55 +00:00
parent 6c8ce66e1d
commit e1585a807e
2 changed files with 3 additions and 0 deletions

View File

@ -526,6 +526,8 @@ int PMsr2Data::ReadRunDataFile()
else
fDataHandler = new PRunDataHandler(fMsrHandler);
fDataHandler->ReadData();
bool success = fDataHandler->IsAllDataAvailable();
if (!success) {
cerr << endl << ">> msr2data: **WARNING** Could not read all data files, will continue without the data file information..." << endl;