";
ss << "" << name << " | ";
for (int i = 0; i < fNofStudies; i++) {
std::string eff = PrintValue(i, "", property + ".eff", "b");
std::string acc = PrintValue(i, "", property + ".acc", "small");
std::string rec = PrintValue(i, "", property + ".rec", "small");
ss << "" << eff << " ("<< rec << "/" << acc << ")" << " | ";
}
ss << "
" << std::endl;
return ss.str();
}
std::string CbmLitQaHTMLGeneratorStudy::PrintImage(
const std::string& title,
const std::string& file)
{
std::stringstream ss;
int ncols = 2;
ss << "