Skip to content
Snippets Groups Projects

Resolve "Pion rejection YR benchmark"

Merged Marshall Scott requested to merge 34-pion-rejection-yr-benchmark into master
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
@@ -262,7 +262,7 @@ 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]}
{"target", suppression * maxRate[0][2]},
{"value", rejRatios[0][2]}
}
};
@@ -274,7 +274,7 @@ void emcal_barrel_pion_rejection_analysis(
{"title", "Pion Rejection2"},
{"description", fmt::format("Pion rejection with E = {}, and {}", (int)E[0], etaTitle[3])},
{"quantity", "pi-/e-"},
{"target", suppression * maxRate[0][3]}
{"target", suppression * maxRate[0][3]},
{"value", rejRatios[0][3]}
}
};
@@ -286,7 +286,7 @@ void emcal_barrel_pion_rejection_analysis(
{"title", "Pion Rejection"},
{"description", fmt::format("Pion rejection with E = {}, and {}", (int)E[1], etaTitle[2])},
{"quantity", "pi-/e-"},
{"target", suppression * maxRate[1][2]}
{"target", suppression * maxRate[1][2]},
{"value", rejRatios[1][2]}
}
};
@@ -298,7 +298,7 @@ void emcal_barrel_pion_rejection_analysis(
{"title", "Pion Rejection"},
{"description", fmt::format("Pion rejection with E = {}, and {}", (int)E[1], etaTitle[3])},
{"quantity", "pi-/e-"},
{"target", suppression * maxRate[1][3]}
{"target", suppression * maxRate[1][3]},
{"value", rejRatios[1][3]}
}
};
@@ -310,7 +310,7 @@ void emcal_barrel_pion_rejection_analysis(
{"title", "Pion Rejection"},
{"description", fmt::format("Pion rejection with E = {}, and {}", (int)E[2], etaTitle[2])},
{"quantity", "pi-/e-"},
{"target", suppression * maxRate[2][2]}
{"target", suppression * maxRate[2][2]},
{"value", rejRatios[2][2]}
}
};
@@ -322,7 +322,7 @@ void emcal_barrel_pion_rejection_analysis(
{"title", "Pion Rejection"},
{"description", fmt::format("Pion rejection with E = {}, and {}", (int)E[2], etaTitle[3])},
{"quantity", "pi-/e-"},
{"target", suppression * maxRate[2][3]}
{"target", suppression * maxRate[2][3]},
{"value", rejRatios[2][3]}
}
};
Loading