![]() |
Belle II Software development
|
Container for Gaussian fit results of a histogram. More...
Public Attributes | |
| double | mean = 1.0 |
| mean : fitted mean value | |
| double | meanErr = 0.0 |
| meanErr : uncertainty on the mean | |
| double | sigma = 0.0 |
| sigma : fitted width | |
| double | sigmaErr = 0.0 |
| sigmaErr : uncertainty on the width | |
| TString | status |
| status : fit status flag (e.g. | |
Container for Gaussian fit results of a histogram.
Stores the extracted fit parameters along with their uncertainties and a status flag indicating the success or failure of the fit.
Definition at line 183 of file CDCDedxCosineAlgorithm.h.
| double mean = 1.0 |
mean : fitted mean value
Definition at line 184 of file CDCDedxCosineAlgorithm.h.
| double meanErr = 0.0 |
meanErr : uncertainty on the mean
Definition at line 185 of file CDCDedxCosineAlgorithm.h.
| double sigma = 0.0 |
sigma : fitted width
Definition at line 186 of file CDCDedxCosineAlgorithm.h.
| double sigmaErr = 0.0 |
sigmaErr : uncertainty on the width
Definition at line 187 of file CDCDedxCosineAlgorithm.h.
| TString status |
status : fit status flag (e.g.
"FitOK", "FitFailed")
Definition at line 188 of file CDCDedxCosineAlgorithm.h.