We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125d2de commit fd1cdbbCopy full SHA for fd1cdbb
PWGLF/Tasks/Strangeness/taskLambdaSpinCorr.cxx
@@ -282,6 +282,7 @@ struct LfTaskLambdaSpinCorr {
282
auto proton1LambdaRF = boostLambda1ToCM(proton1pairCM);
283
auto proton2LambdaRF = boostLambda2ToCM(proton2pairCM);
284
285
+
286
auto cosThetaDiff = -999.0;
287
if (cosCalculation == 0) {
288
cosThetaDiff = proton1LambdaRF.Vect().Unit().Dot(proton2LambdaRF.Vect().Unit());
0 commit comments