AT.energy.loss.from.lambda.Gauss {libamtrack} | R Documentation |
Computes the energy loss from the lambda parameter of the Gauss distribution for compatibility with CERN W5013 No effective projectile charge is considered!
AT.energy.loss.from.lambda.Gauss(lambda.gauss, E.MeV.u, particle.no, material.no, slab.thickness.um)
lambda.gauss |
Gauss lambda (array of size n). |
E.MeV.u |
energy of particle per nucleon (array of size n) (see also
|
particle.no |
particle index (array of size n) (see also
|
material.no |
material index (see also |
slab.thickness.um |
slab thickness in um (array of size n). |
energy.loss.keV |
(array of size n) |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_EnergyLoss.c#L374