Skip to content

Commit 402cb1c

Browse files
authored
[PWGLF] Lambda local polarization induced by jet in pp collision 13.6 TeV (#10588)
1 parent 45c5ba8 commit 402cb1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/TableProducer/Strangeness/lambdaJetpolarizationbuilder.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)