Description Usage Arguments Value See Also Examples
Returns energy per nucleon of particle with relativistic speed beta
1 |
beta |
vector of relative particle speed beta = v/c (array of size n). |
E.MeV.u |
vector of energies of particle per nucleon [MeV] (array of size n) |
status |
status |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_PhysicsRoutines.c#L71
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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.