Skip to content

Commit 4c622fe

Browse files
authored
Remove redundant checks for max_mee_vec
1 parent 9d0e387 commit 4c622fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PWGEM/Dilepton/TableProducer/skimmerPrimaryElectron.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,10 +1606,6 @@ struct prefilterPrimaryElectron {
16061606
fRegistry.fill(HIST("Pair/before/uls/hMvsPhiV"), phiv, v12.M());
16071607
fRegistry.fill(HIST("Pair/before/uls/hMvsPt"), v12.M(), v12.Pt());
16081608
}
1609-
if (v12.M() < max_mee_vec.at(static_cast<int>(max_mee_vec.size()) - 1)) {
1610-
if (fillQAHistogram) {
1611-
}
1612-
}
16131609
for (int i = 0; i < static_cast<int>(max_mee_vec.size()); i++) {
16141610
if (v12.M() < max_mee_vec.at(i)) {
16151611
pfb_map[empos.globalIndex()] |= (uint8_t(1) << (static_cast<int>(o2::aod::pwgem::dilepton::utils::pairutil::DileptonPrefilterBit::kElFromPi0_20MeV) + i));

0 commit comments

Comments
 (0)