PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
This structure holds walk calibration model identfier and vector of parameters needed for the function. More...
#include <WalkCorrector.hpp>
Data Fields | |
WalkModel | model |
The walk model that is used for the params. More... | |
double | min |
minimum of range for the correction More... | |
double | max |
maximum of range for the correction More... | |
std::vector< double > | parameters |
coefficients for function More... | |
This structure holds walk calibration model identfier and vector of parameters needed for the function.
Definition at line 22 of file WalkCorrector.hpp.
double CorrectionParams::max |
maximum of range for the correction
Definition at line 25 of file WalkCorrector.hpp.
double CorrectionParams::min |
minimum of range for the correction
Definition at line 24 of file WalkCorrector.hpp.
WalkModel CorrectionParams::model |
The walk model that is used for the params.
Definition at line 23 of file WalkCorrector.hpp.
std::vector<double> CorrectionParams::parameters |
coefficients for function
Definition at line 26 of file WalkCorrector.hpp.