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

Adding two benchamrks within same benchmark, test 3

parent bc86d47b
No related branches found
No related tags found
No related merge requests found
......@@ -262,16 +262,16 @@ 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", std::to_string(suppression * maxRate[0][2])},
{"value", std::to_string(rejRatios[0][2])}
},
{"target", [std::to_string(suppression * maxRate[0][2]), std::to_string(suppression * maxRate[0][3])]},
{"value", [std::to_string(rejRatios[0][2]), std::to_string(rejRatios[0][3])]}
}/*,
{{"name", fmt::format("{}_E{}_EtaBin{}", test_tag, (int)E[0], 3)},
{"title", "Pion Rejection2"},
{"description", fmt::format("Pion rejection with E = {}, and {}", (int)E[0], etaTitle[3])},
{"quantity", "pi-/e-"},
{"target", std::to_string(suppression * maxRate[0][3])},
{"value", std::to_string(rejRatios[0][3])}
}
}*/
};
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