Learn R Programming

libamtrack (version 0.6.3)

AT.max.electron.ranges.m: AT.max.electron.ranges.m

Description

Returns the maximum electron range (track radius) in m for a given parametrization

Usage

AT.max.electron.ranges.m(E.MeV.u, material.no, er.model)

Arguments

E.MeV.u
kinetic energy for particles in the given field (array of size number.of.particles) (see also E.MeV.u).
material.no
material index (see also material.no).
er.model
electron-range model index (see also er.model).

Value

  • max.electron.range.melectron range (track radius) in m (array of size number.of.particles)

See Also

View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_Ele ctronRange.c#L135

Examples

Run this code
# 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)

Run the code above in your browser using DataLab