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

Testing benckmark error

parent 741e7ac4
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !49. Comments created here will be created in the context of that merge request.
......@@ -267,7 +267,7 @@ void emcal_barrel_pion_rejection_analysis(
}
};
eic::util::write_test({pion_rejection_E18_Eta2}, fmt::format("results/{}_pion_rej.json", detector));
/*
// E, Eta = 18, 3
eic::util::Test pion_rejection_E18_Eta3{
{{"name", fmt::format("{}_E{}_EtaBin{}", test_tag, (int)E[0], 3)},
......@@ -275,8 +275,7 @@ void emcal_barrel_pion_rejection_analysis(
{"description", fmt::format("Pion rejection with E = {}, and {}", (int)E[0], etaTitle[3])},
{"quantity", "pi-/e-"},
{"target", suppression * maxRate[0][3]},
{"value", rejRatios[0][3]}
}
{"value", rejRatios[0][3]}}
};
eic::util::write_test({pion_rejection_E18_Eta3}, fmt::format("results/{}_pion_rej.json", detector));
......@@ -328,5 +327,5 @@ void emcal_barrel_pion_rejection_analysis(
};
eic::util::write_test({pion_rejection_E10_Eta3}, 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