grazing - Returns the grazing angle
#include <nuclib.h>
double grazing(int zp, int ap, int zt, int at, double elab, double *lgr);
Link with -lnuclib.
The grazing() function returns the grazing angle, and the grazing angular momentum via a pointer (*lgr).
|
zp ap |
Atomic and mass numbers of projectile | ||
|
zt at |
Atomic and mass numbers of target | ||
|
elab |
Kinetic energy of projectile in laboratory system in MeV |
The function grazing() returns the value described in units of degrees. The grazing angular moemntum is returned in units of h-bar.
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)