Skip to content

Commit

Permalink
fix: proton is 2212
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jun 5, 2024
1 parent 86cd35d commit 7b33546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/reco/InclusiveKinematicsSigma.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace eicrecon {
auto sigma_tot = sigma_e + sigma_h;

// Calculate kinematic variables
const auto m_proton = m_particleSvc.particle(2122).mass;
const auto m_proton = m_particleSvc.particle(2212).mass;
const auto y_sig = sigma_h / sigma_tot;
const auto Q2_sig = (pt_e*pt_e) / (1. - y_sig);
const auto x_sig = Q2_sig / (4.*ei.energy()*pi.energy()*y_sig);
Expand Down

0 comments on commit 7b33546

Please sign in to comment.