Skip to content
Snippets Groups Projects

Sweeping !45750 from master to 22.0-mc20. cppcheck: AsgElectronLikelihoodTool,AsgElectronEfficiencyCorrectionTool prefer prefix

Closed Sweeping !45750 from master to 22.0-mc20. cppcheck: AsgElectronLikelihoodTool,AsgElectronEfficiencyCorrectionTool prefer prefix
Closed Atlas Nightlybuild requested to merge cherry-pick-2bce2900d33-22.0-mc20 into 22.0-mc20
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -880,7 +880,7 @@ AsgElectronEfficiencyCorrectionTool::currentUncorrSystRegion(
for (; itr_ptBEGIN != itr_ptEND; ++itr_ptBEGIN) {
std::map<float, std::vector<float>>::const_iterator itr_ptBEGINplusOne =
itr_ptBEGIN;
itr_ptBEGINplusOne++;
++itr_ptBEGINplusOne;
// Find the pt bin : Larger or equal from the current and (the next one is
// the last or the next one is larger).
if (et >= itr_ptBEGIN->first &&
Loading