AT.E.from.beta: AT.E.from.beta

Description Usage Arguments Value See Also Examples

Description

Returns energy per nucleon of particle with relativistic speed beta

Usage

1

Arguments

beta

vector of relative particle speed beta = v/c (array of size n).

Value

E.MeV.u

vector of energies of particle per nucleon [MeV] (array of size n)

status

status

See Also

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

Examples

1
2
# Compute energies for betas between 0.1 and 0.99:
AT.E.from.beta( beta = c(0.1, 0.1*(1:9), 0.99))

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