MBoloModelFit Class Reference
[Modules]
List of all members.
Detailed Description
Pulse fit based on a thermal and electical model.
- Author:
- Marco Vignati
|
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 |
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/modrespfunc/MBoloModelFit.hh
- /home/cuoresvn/cuore/pkg/modrespfunc/MBoloModelFit.cc