AT.E.MeV.u.from.momentum.MeV.c.u {libamtrack}R Documentation

AT.E.MeV.u.from.momentum.MeV.c.u

Description

Returns energy per nucleon for particles with given momentum per nucleon

Usage

AT.E.MeV.u.from.momentum.MeV.c.u(momentum.MeV.c.u)

Arguments

momentum.MeV.c.u

vector of particle momenta per nucleon [MeV/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/trunk/src/AT_PhysicsRoutines.c#L111

Examples

# Get kinetic energy for a 502 MeV/c antiproton beam (CERN AD/ACE experiment):
AT.E.MeV.u.from.momentum.MeV.c.u( momentum.MeV.c.u = 502)

[Package libamtrack version 0.6.4 Index]