tttrlib
A library for time-tagged time resolved data
Loading...
Searching...
No Matches
DecayFit26.h
Go to the documentation of this file.
1#ifndef TTTRLIB_DECAYFIT26_H
2#define TTTRLIB_DECAYFIT26_H
3
4#include "DecayFit.h"
5#include "DecayConvolution.h"
6#include "DecayStatistics.h"
7
8
10
11
12public:
13
22 static void correct_input(double* x, double* xm);
23
24 static double targetf(double* x, void* pv);
25
41 static double fit(double* x, short* fixed, MParam* p);
42
43};
44
45
46#endif //TTTRLIB_DECAYFIT26_H
Definition DecayFit26.h:9
static double targetf(double *x, void *pv)
static double fit(double *x, short *fixed, MParam *p)
static void correct_input(double *x, double *xm)
Definition DecayFit.h:227
Definition LvArrays.h:66