Skip to content

Commit 2a90b30

Browse files
committed
Fix typo in AOD MCLabels (beam protons problem)
1 parent b2f39e6 commit 2a90b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ void AODProducerWorkflowDPL::fillMCParticlesTable(o2::steer::MCKinematicsReader&
618618
}
619619
int mother1 = mcParticles[particle].getSecondMotherTrackId();
620620
if (mother1 != -1) {
621-
mToStore[Triplet_t(source, particle, mother1)] = 1;
621+
mToStore[Triplet_t(source, event, mother1)] = 1;
622622
}
623623
int daughter0 = mcParticles[particle].getFirstDaughterTrackId();
624624
if (daughter0 != -1) {

0 commit comments

Comments
 (0)