Skip to content

Commit

Permalink
Update src/algorithms/reco/FarForwardNeutralsReconstruction.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Kalinkin <[email protected]>
  • Loading branch information
sebouh137 and veprbl authored Feb 14, 2025
1 parent 9c2913c commit 48e2441
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/algorithms/reco/FarForwardNeutralsReconstruction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ namespace eicrecon {
auto rec_part = out_neutrons->create();
double corr=calc_corr(Etot,m_cfg.n_scale_corr_coeff_hcal);
Etot_hcal=Etot_hcal/(1+corr);
//corr=calc_corr(Etot,m_cfg.scale_corr_coeff_ecal);
//Etot_ecal=Etot_ecal/(1+corr);
Etot=Etot_hcal;//+Etot_ecal;
Etot=Etot_hcal;
rec_part.setEnergy(Etot);
rec_part.setPDG(2112);
double p = sqrt(Etot*Etot-m_neutron*m_neutron);
Expand Down

0 comments on commit 48e2441

Please sign in to comment.