Skip to content

Commit 3964af6

Browse files
author
Shirajum Monira
committed
compile fix
1 parent 2dc55e6 commit 3964af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackV0Extended.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ struct FemtoUniversePairTaskTrackV0Extended {
12221222
continue;
12231223
const auto& mcParticle1 = mcparts.iteratorAt(mcPartId1);
12241224
const auto& mcParticle2 = mcparts.iteratorAt(mcPartId2);
1225-
if (mcParticle1.pdgMCTruth() == confTrkPDGCodePartOne && mcParticle2.pdgMCTruth() == ConfV0Selection.confV0PDGCodePartTwo) {
1225+
if (mcParticle1.pdgMCTruth() == ConfTrkSelection.confTrkPDGCodePartOne && mcParticle2.pdgMCTruth() == ConfV0Selection.confV0PDGCodePartTwo) {
12261226
registryMCreco.fill(HIST("mothersReco/motherParticlePDGCheck"), p1.motherPDG(), p2.motherPDG());
12271227
}
12281228
}

0 commit comments

Comments
 (0)