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 |
bool | fUse3Decay |
double | fBesselCutOff |
QFitter * | fInit2Decay |
TF1 * | fInit2DecayRoot |
QFitter * | fBolometerModel |
TF1 * | fBolometerModelRoot |
std::map< int, ChannelInfo > | fChannelInfo |
Static Private Attributes | |
static bool | fUseRK = false |
Classes | |
class | ChannelInfo |