tudo-astroparticlephysics / PROPOSAL

Monte Carlo Simulation propagating charged Leptons through Media as C++ Library
GNU Lesser General Public License v3.0
35 stars 21 forks source link

Fix call to LPM in EpairForElectronPositron #350

Closed Jean1995 closed 1 year ago

Jean1995 commented 1 year ago

The variable xi is used twice in the parametrization, once with rho and once with rho_max. The call to suppression_factor gets xi, however this is supposed to be the xi calculated with rho, not with rho_max.