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

Description Usage Arguments Value See Also Examples

Description

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

Usage

1

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.m

electron 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_ElectronRange.c#L135

Examples

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)

libamtrack documentation built on May 1, 2019, 6:47 p.m.