epax - Returns the projectile fragmentation cross section given by the modified EPAX formula
#include <nuclib.h>
double epax(int zp, int ap, int zt, int at, int z, int a);
double epax_max_a(int zp, int ap, int zt, int at, int z);
double epax_max_z(int zp, int ap, int zt, int at, int a);
Link with -lnuclib.
The epax() function returns the projectile fragmentation cross section given by the modified EPAX formula in mb. The epax_max_a() returns the A of maximum yield for a given Z of the fragment. The epax_max_z() returns the Z of maximum yield for a given A of the fragment.
|
zp ap |
Atomic and mass numbers of projectile |
|||
|
zt at |
Atomic and mass numbers of target |
|||
|
z a |
Atomic and mass numbers of fragment |
The function epax() returns the value described in units mb.
K. Summerer and B. Blank, Phys. Rev. C 61, 034607, 2000.
This manual page was written by Ricardo Yanez.
Report bugs to <ricardo.yanez@calel.org>.
Copyright © 2004-2017 Ricardo Yanez.
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
nuclib(3)