Skip to content

Commit b264ddc

Browse files
author
Youssef El Mard Bouziani
committed
Resolve remaining rebase conflicts in Pi0EtaToGammaGamma headers
1 parent 9a42fad commit b264ddc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,6 @@ struct Pi0EtaToGammaGamma {
910910
continue;
911911
}
912912

913-
fRegistry.fill(HIST("Pair/same/hs"), v12.M(), v12.Pt(), weight);
914913
float wpair = weight;
915914

916915
if constexpr (requires { g1.omegaMBWeight(); }) {

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,8 @@ struct Pi0EtaToGammaGammaMC {
700700
}
701701
if (alphaMeson > alphaCut) {
702702
continue;
703+
}
704+
703705
float wpair = weight;
704706

705707
if constexpr (requires { g1.omegaMBWeight(); }) {
@@ -813,8 +815,8 @@ struct Pi0EtaToGammaGammaMC {
813815
}
814816
o2::aod::pwgem::photonmeson::utils::nmhistogram::fillTruePairInfo(&fRegistry, veeg, etamc, mcparticles, mccollisions, f1fd_k0s_to_pi0, weight);
815817
}
816-
} // end of dielectron loop
817-
} // end of pcm loop
818+
} // end of dielectron loop
819+
} // end of pcm loop
818820
} else { // PCM-EMC, PCM-PHOS.
819821
// TODO: implement proper functionality if we ever want to run this in Pb-Pb
820822
auto photons1_per_collision = photons1.sliceByCached(TDetectorTag1::perCollision(), collision.globalIndex(), cache);
@@ -861,8 +863,8 @@ struct Pi0EtaToGammaGammaMC {
861863
// o2::aod::pwgem::photonmeson::utils::nmhistogram::fillTruePairInfo(&fRegistry, v12, etamc, mcparticles, mccollisions, f1fd_k0s_to_pi0, weight);
862864
// }
863865
} // end of pairing loop
864-
} // end of pairing in same event
865-
} // end of collision loop
866+
} // end of pairing in same event
867+
} // end of collision loop
866868
}
867869

868870
template <int par_id, typename TBinnedData>

0 commit comments

Comments
 (0)