#include <vector>
Go to the source code of this file.
Classes | |
class | CFitSpek |
class | CFitSpek::CFitPar |
class | CFitSpek::CFitRes |
Macros | |
#define | M12(i1, i2, l2) (i1*l2+i2) |
#define | NUMFITPAR 8 |
Variables | |
const double | m_pi = 4.*atan(1.) |
const double | m_sqrt2 = sqrt(2.) |
const int | p_BBoth = 3 |
const int | p_BHig = 2 |
const int | p_BLow = 1 |
const int | p_BNone = 0 |
const int | p_Fixed = 2 |
const int | p_Free = 0 |
const int | p_Linked = 1 |
const double | s2fwhm = sqrt(8.*log(2.)) |
const double | s2fwtm = sqrt(8.*log(10.)) |
const double | sqrt2pi = sqrt(8.*atan(1.)) |