Skip to content

Commit de2506a

Browse files
committed
To fix the variable
1 parent af00bf6 commit de2506a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ struct Chargedkstaranalysis {
10091009
auto cosThetaStarRandomRot = randomVec.Dot(daughterRotCM.Vect()) / std::sqrt(daughterRotCM.Vect().Mag2());
10101010

10111011
if (std::abs(motherRot.Rapidity()) < helicityCfgs.rapidityMotherData) {
1012-
fillKstarHist(true, multiplicity, motherRot, cosThetaStarRandom);
1012+
fillKstarHist(true, multiplicity, motherRot, cosThetaStarRandomRot);
10131013
}
10141014
}
10151015
}

0 commit comments

Comments
 (0)