Inheritance diagram for MBoloModelFit:
Put here an extensive description of what your
module ThermalModelFit verbosity = info enable = true FirstParameter = 1 SecondParameter = false endmod
Public Member Functions | |
MBoloModelFit (QSequence *s) | |
constructor | |
~MBoloModelFit () | |
destructor | |
void | Init () |
Init method. | |
QEvent * | Do (QEvent *ev) |
Do method. | |
void | Done () |
Done method. | |
Private Member Functions | |
void | CreateFunctions (float samplingFrequency, int nsamples) |
Static Private Member Functions | |
static double | TwoDecayRoot (double *x, double *params) |
static double | BolometerModelRoot (double *x, double *params) |
Private Attributes | |
bool | fFitDebug |
bool | fFitBessel |
bool | fFitCP |
bool | fFitRS |
bool | fFitHeater |
double | fBesselCutOff |
QFitter * | fInit2Decay |
TF1 * | fInit2DecayRoot |
QFitter * | fBolometerModel |
TF1 * | fBolometerModelRoot |
std::map< int, ChannelInfo > | fChannelInfo |
Static Private Attributes | |
static bool | fUseRK |
Classes | |
class | ChannelInfo |