@@ -645,7 +645,7 @@ struct myAnalysis {
645645 JEhistos.fill (HIST (" v0AntiLambdapx" ), v0.px ());
646646 JEhistos.fill (HIST (" v0AntiLambdapy" ), v0.py ());
647647 JEhistos.fill (HIST (" v0AntiLambdapz" ), v0.pz ());
648- myTableanti (outputCollisionsV0.lastIndex (), v0.collisionId (), v0.px (), v0.py (), v0.pz (), v0.pt (), v0.mAntiLambda (), pos .px (), pos .py (), pos .pz ());
648+ myTableanti (outputCollisionsV0.lastIndex (), v0.collisionId (), v0.px (), v0.py (), v0.pz (), v0.pt (), v0.mAntiLambda (), neg .px (), neg .py (), neg .pz ());
649649 } else if (passedInitLambdaSelection (v0, pos, neg) && ifinitpasslambda) {
650650 JEhistos.fill (HIST (" hMassVsPtAntiLambda" ), v0.pt (), v0.mAntiLambda ());
651651 JEhistos.fill (HIST (" hMassAntiLambda" ), v0.mAntiLambda ());
@@ -655,7 +655,7 @@ struct myAnalysis {
655655 JEhistos.fill (HIST (" v0AntiLambdapx" ), v0.px ());
656656 JEhistos.fill (HIST (" v0AntiLambdapy" ), v0.py ());
657657 JEhistos.fill (HIST (" v0AntiLambdapz" ), v0.pz ());
658- myTableanti (outputCollisionsV0.lastIndex (), v0.collisionId (), v0.px (), v0.py (), v0.pz (), v0.pt (), v0.mLambda (), pos .px (), pos .py (), pos .pz ());
658+ myTableanti (outputCollisionsV0.lastIndex (), v0.collisionId (), v0.px (), v0.py (), v0.pz (), v0.pt (), v0.mAntiLambda (), neg .px (), neg .py (), neg .pz ());
659659 }
660660 }
661661 JEhistos.fill (HIST (" V0Counts" ), V0NumbersPerEvent);
0 commit comments