1333 str <<
"Calibration: ";
1340 str <<
"Run number: " << GLWindow->runNumber <<
"\n";
1343 str <<
"Number of Events: " << GLWindow->nRows <<
"\n";
1345 displayingEventBox->setMaximum(GLWindow->nRows-1);
1347 str <<
"Number of Slices: " << GLWindow->nRoi <<
"\n";
1350 str <<
"Number of Time Marks: " << GLWindow->nTM <<
"\n";
1354 str <<
"Run Type: " << GLWindow->runType <<
"\n";
1357 str <<
"Time of 1st data: " << GLWindow->firstDataTime <<
"\n";
1360 str <<
"Time of last data: " << GLWindow->lastDataTime <<
"\n";
1363 str <<
"SVN revision: " << GLWindow->revision <<
'\n';
1364 str <<
"Number of boards: " << GLWindow->nBoards <<
'\n';
1365 str <<
"Number of pixels: " << GLWindow->nPixels <<
'\n';
1366 str <<
"Number of Slices TM: " << GLWindow->nRoiTM <<
'\n';
1367 str <<
"Time system: " << GLWindow->timeSystem <<
'\n';
1368 str <<
"Date: " << GLWindow->creationDate <<
'\n';
1369 str <<
"Night: " << GLWindow->nightInt <<
'\n';
1370 str <<
"Camera: " << GLWindow->camera <<
'\n';
1371 str <<
"DAQ: " << GLWindow->daq <<
'\n';
1372 str <<
"ADC Count: " << GLWindow->adcCount <<
'\n';
1373 str <<
"NB Evts OK:" << GLWindow->nbOk <<
'\n';
1374 str <<
"NB Evts Rejected: " << GLWindow->nbRej <<
'\n';
1375 str <<
"NB Evts Bad: " << GLWindow->nbBad <<
'\n';
1376 extraInfoLabel->setText(QString(str.str().c_str()));
std::string currentCalibFile