Skip to content

Commit

Permalink
Update createPCM.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Dec 7, 2023
1 parent d5dc898 commit dba0bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGEM/PhotonMeson/TableProducer/createPCM.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ struct createPCM {
pvec0[0], pvec0[1], pvec0[2],
pvec1[0], pvec1[1], pvec1[2],
v0dca, pos.dcaXY(), ele.dcaXY(),
TMath::ACos(v0CosinePA), dcaV0toPV);
std::acos(v0CosinePA), dcaV0toPV);
} else {
// LOGF(info, "storing: collision.globalIndex() = %d , pos.globalIndex() = %d , ele.globalIndex() = %d, cospa = %f", collision.globalIndex(), pos.globalIndex(), ele.globalIndex(), v0CosinePA);
pca_map[std::make_tuple(pos.globalIndex(), ele.globalIndex(), collision.globalIndex())] = v0dca;
Expand Down

0 comments on commit dba0bdf

Please sign in to comment.