AT.beta.from.E {libamtrack} | R Documentation |
Returns relativistic speed for many particles
AT.beta.from.E(E.MeV.u)
E.MeV.u |
vector of energies of particle per nucleon [MeV] (array of
size n) (see also |
beta |
vector of relative particle speed beta = v/c (array of size n) |
status |
status |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_PhysicsRoutines.c#L34
# Compute beta between 1 and 1000 MeV/u: AT.beta.from.E( E.MeV.u = c(1,10,100,1000))