Description Usage Arguments Value See Also
Computes the lambda parameter for the Vavilov distribution acc. to CERN W5013. CAVE: CERNLIB functions for the Vavilov distribution work with the Landau definition for lambda, not the Vavilov definition. Use AT_energy_loss_from_lambda_Landau... to convert to energy loss. AT_energy_loss_from_lambda_Vavilov... will only work AFTER converting to the Vavilov definition by AT_lambda_Vavilov_from_lambda_Landau... No effective projectile charge is considered!
1 2 | AT.lambda.Vavilov.from.energy.loss(energy.loss.keV, E.MeV.u,
particle.no, material.no, slab.thickness.um)
|
energy.loss.keV |
energy loss (array of size n). |
E.MeV.u |
energy of particle per nucleon (see also
|
particle.no |
particle index (see also |
material.no |
material index (see also |
slab.thickness.um |
slab thickness in um. |
lambda.vavilov |
(array of size n) |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_EnergyLoss.c#L288
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.