![]() |
ENSDF++ 1.1
An easy, fast and simple way to run querys towards the ENSDF database, written in C++.
|
Header file for the HalfLifeEstimator class. More...
#include <math.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | HalfLifeEstimator |
Estimates the half life for alpha decay using Geiger Nutall. More... | |
Defines | |
#define | ELECTRONMASSINMEV 510.998903 |
Electron mass in MeV. | |
#define | ONEU 931.494 |
One u. | |
#define | HEMASS 4.00260325415 |
<Conversion unit for MeV to J | |
#define | ONEUKG 1.660539E-27 |
One u in kg. | |
#define | SPEEDOFLIGHT 299792458 |
Speed of light in vacuum. | |
#define | HBAR 1.05457148E-34 |
Planck constant. | |
#define | KKONST 8.98755179E9 |
Constant in Coulomb's law. | |
#define | ELEMENTARYCHARGE 1.60217646E-19 |
Elementary charge. | |
#define | HALFLIFEESTIMATOR_H |
Inclusion guard. |
Header file for the HalfLifeEstimator class.
Definition in file HalfLifeEstimator.h.
#define HEMASS 4.00260325415 |
<Conversion unit for MeV to J
Helium mass in u.
Definition at line 27 of file HalfLifeEstimator.h.
Referenced by HalfLifeEstimator::estimateHalfLife().