61 BetaSpectrum(
double Emin,
double Emax,
int NumberOfBins,
bool log =
false);
106 BetaSpectrum(
int NumberOfBins,
double a,
double b,
double c);
128 void GetSpinParity(
string sSpinParity,
double &Spin,
char &Parity);
140 complex < double >
cgamma(
const complex < double > &z,
bool LOG =
true) ;
Header file for Spectrum class.
BetaSpectrum contains a histogram of Beta ray intensities.
Definition BetaSpectrum.hxx:48
double fIntensity
Intensity.
Definition BetaSpectrum.hxx:151
bool fIsomStateIsOk
True if the isomeric state is the wanted state according to the decay constant.
Definition BetaSpectrum.hxx:152
complex< double > cgamma(const complex< double > &z, bool LOG=true)
Definition BetaSpectrum.cxx:470
BetaSpectrum * ReadENSDF(int Z, int A, int I, double NAtoms=1)
Definition BetaSpectrum.cxx:143
bool fAllowToAdd
Allow a given beta to be included in the spectrum.
Definition BetaSpectrum.hxx:142
char fParityParent
The parity of the parent.
Definition BetaSpectrum.hxx:153
double fSpinDaughter
The spin of the daughter.
Definition BetaSpectrum.hxx:156
double fEndPointEnergy
Maximum beta spectrum energy.
Definition BetaSpectrum.hxx:149
double fNB
Normalization Factor.
Definition BetaSpectrum.hxx:146
double fRelativeIntensity
Relative Intensity of beta.
Definition BetaSpectrum.hxx:144
double fSpinParent
The spin of the parent.
Definition BetaSpectrum.hxx:154
void GetSpinParity(string sSpinParity, double &Spin, char &Parity)
Get the spin and the parity of a given state.
Definition BetaSpectrum.cxx:612
double fQvalue
Beta Q-value for ground state to ground state transition.
Definition BetaSpectrum.hxx:150
void ExtractDataFromLine(string Line, Material *TheParent, double NAtoms)
Extract Energy and Intensity from ENSDF file.
Definition BetaSpectrum.cxx:299
double fDecayConst
Decay constant.
Definition BetaSpectrum.hxx:143
double fEnergyLevel
Energy level of the decaying nucleus.
Definition BetaSpectrum.hxx:148
double fBranchingRatio
Branching Ratio.
Definition BetaSpectrum.hxx:145
char fParityDaughter
The parity of the daughter.
Definition BetaSpectrum.hxx:155
double fEofDecayLevel
Energy of the "decaying level" of the parent nucleus.
Definition BetaSpectrum.hxx:147
double CalculateIntensity(int Zdaughter, double EndPointEnergy, double Energy)
Definition BetaSpectrum.cxx:526
A Material constituing a Cell.
Definition Material.hxx:83
Base class to define spectra.
Definition Spectrum.hxx:50
the namespace of the Standard C++