Description Usage Arguments Value See Also Examples
Computes the CSDA range using the PSTAR data
1 2 | AT.CSDA.range.g.cm2(E.initial.MeV.u, E.final.MeV.u, particle.no,
material.no)
|
E.initial.MeV.u |
initial energy of particle per nucleon (array of size n). |
E.final.MeV.u |
final energy of particle per nucleon (array of size n). |
particle.no |
particle index (array of size n) (see also
|
material.no |
material index (see also |
CSDA.range.cm2.g |
resulting range (array of size n) |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_DataRange.c#L101
1 2 3 4 5 6 7 8 | # Range of 270 MeV/u carbon ions and 142 MeV/u protons in water
#AT.CSDA.range.g.cm2( E.MeV.u = c(270, 142),
# particle.no =
# AT.particle.no.from.particle.name(c("12C", "1H")),
# material.no =
# AT.material.no.from.material.name("Water, Liquid"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.