Belle II Software development
CDCDedxCosineAlgorithm::FitValues Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ mean

double mean = 1.0

mean : fitted mean value

Definition at line 184 of file CDCDedxCosineAlgorithm.h.

◆ meanErr

double meanErr = 0.0

meanErr : uncertainty on the mean

Definition at line 185 of file CDCDedxCosineAlgorithm.h.

◆ sigma

double sigma = 0.0

sigma : fitted width

Definition at line 186 of file CDCDedxCosineAlgorithm.h.

◆ sigmaErr

double sigmaErr = 0.0

sigmaErr : uncertainty on the width

Definition at line 187 of file CDCDedxCosineAlgorithm.h.

◆ status

TString status

status : fit status flag (e.g.

"FitOK", "FitFailed")

Definition at line 188 of file CDCDedxCosineAlgorithm.h.


The documentation for this struct was generated from the following file: