AT.beta.from.E {libamtrack}R Documentation

AT.beta.from.E

Description

Returns relativistic speed for many particles

Usage

AT.beta.from.E(E.MeV.u)

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

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

[Package libamtrack version 0.6.4 Index]