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 a9fd8eb commit ee3b326Copy full SHA for ee3b326
PWGLF/Tasks/Strangeness/taskLambdaSpinCorr.cxx
@@ -282,7 +282,7 @@ struct LfTaskLambdaSpinCorr {
282
auto proton1LambdaRF = boostLambda1ToCM(proton1pairCM);
283
auto proton2LambdaRF = boostLambda2ToCM(proton2pairCM);
284
285
- double cosThetaDiff;
+ auto cosThetaDiff = -999.0;
286
if (cosCalculation == 0) {
287
cosThetaDiff = proton1LambdaRF.Vect().Unit().Dot(proton2LambdaRF.Vect().Unit());
288
}
0 commit comments