Added semi-analytical approximations to the dynamical Lorentz LF class.

This commit is contained in:
Bastian M. Wojek
2009-02-04 15:07:45 +00:00
parent 2c82b1691a
commit f9971d4858
5 changed files with 145 additions and 70 deletions

View File

@ -14,10 +14,17 @@
#include<vector>
#include<cstdio>
#include<cmath>
using namespace std;
#include "TMath.h"
#include <gsl/gsl_math.h>
#include <gsl/gsl_sf_exp.h>
#include <gsl/gsl_sf_log.h>
#include <gsl/gsl_sf_trig.h>
#include <gsl/gsl_sf_bessel.h>
//#include "TMath.h"
#include "PUserFcnBase.h"
#include "fftw3.h"
#include "TIntegrator.h"
@ -98,8 +105,14 @@ private:
double *fFFTtime;
fftw_complex *fFFTfreq;
mutable unsigned int fCounter;
static const double fX[16];
static const double fY[20];
mutable double fA;
mutable double fL1;
mutable double fL2;
ClassDef(TLFDynLorKT,1)
};
#endif //_LFRelaxation_H_