Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Oct 27, 2024
1 parent 4d0eae0 commit e8e1c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/TrackFitting/BetheHeitlerApprox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct BetheHeitlerApproxSingleCmp {

ret[0].weight = 1.0;

const double c = x / std::numbers::sqrt2;
const double c = x / std::numbers::ln2;
ret[0].mean = std::pow(2, -c);
ret[0].var = std::pow(3, -c) - std::pow(4, -c);

Expand Down

0 comments on commit e8e1c0e

Please sign in to comment.