#include <nuclear_dist.h>
Definition at line 236 of file nuclear_dist.h.
Public Member Functions | |
full_dist (nuclear_mass *nm, int maxA=400, bool include_neutron=false) | |
Create a distribution from ranges in A specified for each Z. | |
int | set_dist (nuclear_mass *nm, int maxA=400, bool include_neutron=false) |
Set the distribution from ranges in A specified for each Z. | |
virtual iterator | begin () |
The beginning of the distribution. | |
virtual iterator | end () |
The end of the distribution. | |
virtual size_t | size () |
The number of nuclei in the distribution. |
full_dist | ( | nuclear_mass * | nm, | |
int | maxA = 400 , |
|||
bool | include_neutron = false | |||
) |
Create a distribution from ranges in A specified for each Z.
The length of the arrays minA and maxA should be exactly .
int set_dist | ( | nuclear_mass * | nm, | |
int | maxA = 400 , |
|||
bool | include_neutron = false | |||
) |
Set the distribution from ranges in A specified for each Z.
The length of the arrays minA and maxA should be exactly .
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page