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

Description Usage Arguments Value See Also Examples

View source: R/libamtrack.R

Description

Returns relativistic speed for many particles

Usage

1

Arguments

E.MeV.u

vector of energies of particle per nucleon [MeV] (array of size n) (see also E.MeV.u).

Value

beta

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

status

status

See Also

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

Examples

1
2
# Compute beta between 1 and 1000 MeV/u:
AT.beta.from.E( E.MeV.u     = c(1,10,100,1000))

libamtrack documentation built on May 2, 2019, 4:55 p.m.