Skip to content

Commit

Permalink
Removed outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdkay authored Aug 25, 2023
1 parent 847aa69 commit e3b8448
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eic_evgen/eic_pim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,6 @@ int pim::CheckLaws(TLorentzVector P_E0, TLorentzVector P_t, TLorentzVector P_e,
return err;
}

// SJDK - 01/06/23 - This should actually be even more flexible, add an fDiff_mom too - Set momentum and energy differences separately
int pim::CheckLaws(TLorentzVector P_E0, TLorentzVector P_t, TLorentzVector P_e, TLorentzVector P_pim, TLorentzVector P_pro, double fDiff_E) {

double energy_check = (P_t.E() + P_E0.E()) - (P_e.E()+P_pim.E()+P_pro.E());
Expand Down

0 comments on commit e3b8448

Please sign in to comment.