Skip to content

Commit

Permalink
Update lambdakzerofinder.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Dec 7, 2023
1 parent c3e6f80 commit de7428f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/lambdakzerofinder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ struct lambdakzerofinder {
pvec0[0], pvec0[1], pvec0[2],
pvec1[0], pvec1[1], pvec1[2],
TMath::Sqrt(fitter.getChi2AtPCACandidate()),
t1.dcaXY(), t2.dcaXY(), TMath::ACos(cosPA), smallestDCA);
t1.dcaXY(), t2.dcaXY(), std::acos(cosPA), smallestDCA);
v0datalink(v0cores.lastIndex());
return 1;
}
Expand Down

0 comments on commit de7428f

Please sign in to comment.