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 0af789a commit 3225d28Copy full SHA for 3225d28
PWGLF/Tasks/Strangeness/taskLambdaSpinCorr.cxx
@@ -290,6 +290,7 @@ struct LfTaskLambdaSpinCorr {
290
auto proton1LambdaRF = boostLambda1ToCM(proton1pairCM);
291
auto proton2LambdaRF = boostLambda2ToCM(proton2pairCM);
292
293
+
294
auto cosThetaDiff = -999.0;
295
if (cosCalculation == 0) {
296
cosThetaDiff = proton1LambdaRF.Vect().Unit().Dot(proton2LambdaRF.Vect().Unit());
0 commit comments