1#ifndef TTTRLIB_DECAYFIT25_H
2#define TTTRLIB_DECAYFIT25_H
40 static double targetf(
double *x,
void *pv);
66 static double fit(
double *x,
short *fixed,
MParam *p);
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