Description Usage Arguments Details Value Examples
Coverts FLUKA style particle names to libamtrack convention.
1 2 | AT.FLUKA.particle.name.to.libamtrack.particle.name(
FLUKA.particle.names)
|
FLUKA.particle.names |
vector of strings containing the FLUKA-style particle names |
FLUKA particle names relating to all particle with a specific Z, e.g. LI* or H*, will be translated to the 'even' isotope A = 2*Z. The only exception is H* which will be replaced by 1H. For example, LI* –> 6Li, C* –> 12C, BE* –> 8Be. This is a pure convention and does not necessarily represent the most prominent isotope. For most computations which only rely on Z it is, however, valid.
Character string vector with libamtrack-style particle names.
1 2 | AT.FLUKA.particle.name.to.libamtrack.particle.name( FLUKA.particle.names =
c("H*", "B*", "B10", "C12", "BE7", "U238") )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.