We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b264f7b commit 07b8efaCopy full SHA for 07b8efa
1 file changed
PWGEM/Dilepton/Core/SingleTrackQCMC.h
@@ -553,6 +553,10 @@ struct SingleTrackQCMC {
553
continue;
554
}
555
556
+ if (mctrack.emmceventId() != collision.emmceventId()) {
557
+ continue;
558
+ }
559
+
560
if constexpr (pairtype == o2::aod::pwgem::dilepton::utils::pairutil::DileptonPairType::kDielectron) {
561
if (dielectroncuts.cfg_pid_scheme == static_cast<int>(DielectronCut::PIDSchemes::kPIDML)) {
562
if (!cut.template IsSelectedTrack<true>(track, collision)) {
0 commit comments