Description Usage Arguments Value See Also Examples
Returns the maximum electron range (track radius) in m for a given parametrization
1 |
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/tags/0.6.3/src/AT_ElectronRange.c#L135
1 2 3 4 5 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.