Public Member Functions | |
MPulseShapeChiSquare (QSequence *s) | |
constructor | |
~MPulseShapeChiSquare () | |
destructor | |
void | Init () |
Init method. | |
QEvent * | Do (QEvent *ev) |
Do method. | |
void | Done () |
Done method. | |
Private Member Functions | |
bool | SetupChannel (int ch, size_t n) |
Static Private Member Functions | |
static double | AvgPulseFunc (double x, double *params) |
Private Attributes | |
QFitter * | fFitter |
std::string | fAvgPulsesFile |
std::string | fAvgNoiseFile |
bool | fDebugMode |
int | fMaxDelay |
Static Private Attributes | |
static std::map< int, ChannelInfo > | fChannelInfos |
static gsl_interp_accel * | fSplineAcc = 0 |
Classes | |
struct | ChannelInfo |