tttrlib
A library for time-tagged time resolved data
Loading...
Searching...
No Matches
DecayFit25.h
Go to the documentation of this file.
1#ifndef TTTRLIB_DECAYFIT25_H
2#define TTTRLIB_DECAYFIT25_H
3
4#include "DecayConvolution.h"
5
6#include "DecayStatistics.h"
7#include "DecayFit.h"
8#include "DecayFit23.h"
9
10
12
13
14public:
15
27 static void correct_input(double *x, double *xm, LVDoubleArray *corrections, int return_r);
28
29
40 static double targetf(double *x, void *pv);
41
42
66 static double fit(double *x, short *fixed, MParam *p);
67
68};
69
70#endif //TTTRLIB_DECAYFIT25_H
Definition DecayFit25.h:11
static double fit(double *x, short *fixed, MParam *p)
Selects the lifetime out of a set of 4 fixed lifetimes that best describes the data.
static void correct_input(double *x, double *xm, LVDoubleArray *corrections, int return_r)
adjust parameters for fit25 and compute anisotropy
static double targetf(double *x, void *pv)
Definition DecayFit.h:227
Definition LvArrays.h:43
Definition LvArrays.h:66