Skip to content
Snippets Groups Projects
Commit a6af1007 authored by Marshall Scott's avatar Marshall Scott
Browse files

Testing benckmark error 2

parent eb0acba2
No related branches found
No related tags found
No related merge requests found
......@@ -262,8 +262,8 @@ void emcal_barrel_pion_rejection_analysis(
{"title", "Pion Rejection1"},
{"description", fmt::format("Pion rejection with E = {}, and {}", (int)E[0], etaTitle[2])},
{"quantity", "pi-/e-"},
{"target", suppression * maxRate[0][2]},
{"value", rejRatios[0][2]}
{"target", std::to_string(suppression * maxRate[0][2])},
{"value", std::to_string(rejRatios[0][2])}
}
};
eic::util::write_test({pion_rejection_E18_Eta2}, fmt::format("results/{}_pion_rej.json", detector));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment