Skip to content

Commit

Permalink
Update lambdakzerobuilder.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Dec 7, 2023
1 parent dba0bdf commit c3e6f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/lambdakzerobuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ struct lambdakzeroBuilder {
v0candidate.dcaV0dau,
v0candidate.posDCAxy,
v0candidate.negDCAxy,
TMath::ACos(v0candidate.cosPA),
std::acos(v0candidate.cosPA),
v0candidate.dcav0topv);

// populate V0 covariance matrices if required by any other task
Expand Down

0 comments on commit c3e6f80

Please sign in to comment.