We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ae97a commit 2b2c4a9Copy full SHA for 2b2c4a9
PWGLF/Tasks/Strangeness/taskLambdaSpinCorr.cxx
@@ -283,6 +283,7 @@ struct LfTaskLambdaSpinCorr {
283
auto proton1LambdaRF = boostLambda1ToCM(proton1pairCM);
284
auto proton2LambdaRF = boostLambda2ToCM(proton2pairCM);
285
286
+
287
auto cosThetaDiff = -999.0;
288
if (cosCalculation == 0) {
289
cosThetaDiff = proton1LambdaRF.Vect().Unit().Dot(proton2LambdaRF.Vect().Unit());
0 commit comments