AT.max.electron.ranges.m {libamtrack} | R Documentation |
Returns the maximum electron range (track radius) in m for a given parametrization
AT.max.electron.ranges.m(E.MeV.u, material.no, er.model)
E.MeV.u |
kinetic energy for particles in the given field (array of
size number.of.particles) (see also |
material.no |
material index (see also |
er.model |
electron-range model index (see also
|
max.electron.range.m |
electron range (track radius) in m (array of size number.of.particles) |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_ElectronRange.c#L135
# Compute the electron range in PMMA for the Tabata parametrization between # 0.3 keV and 30 MeV AT.max.electron.ranges.m( E.MeV.u = 0.3 * 10^(-4:2), material.no = 4, er.model = 7)