|
musrfit 1.10.0
|
#include <PMusr.h>
Public Attributes | |
| Bool_t | fValid |
| flag showing if the statistics block is valid, i.e. a fit took place which converged | |
| PMsrLines | fStatLines |
| statistics block in msr-file clear text | |
| TString | fDate |
| string holding fitting date and time | |
| Bool_t | fChisq |
| flag telling if min = chi2 or min = max.likelihood | |
| Double_t | fMin |
| chisq or max. likelihood | |
| PDoubleVector | fMinPerHisto |
| chisq or max. likelihood per histo | |
| UInt_t | fNdf |
| number of degrees of freedom | |
| Double_t | fMinExpected |
| expected total chi2 or max. likelihood | |
| PDoubleVector | fMinExpectedPerHisto |
| expected pre histo chi2 or max. likelihood | |
| PUIntVector | fNdfPerHisto |
| number of degrees of freedom per histo | |
Structure containing fit statistics and results.
The STATISTIC block is automatically generated after a successful fit, containing χ² (or maximum likelihood), degrees of freedom, expected values, and per-histogram statistics. This information assesses the quality of fit and helps identify problematic data sets.
Note: This block is written by musrfit after fitting and should not be manually edited in MSR files.
| Bool_t PMsrStatisticStructure::fChisq |
flag telling if min = chi2 or min = max.likelihood
Definition at line 1330 of file PMusr.h.
Referenced by PMusrCanvas::UpdateInfoPad(), and PMsr2Data::WriteOutput().
| TString PMsrStatisticStructure::fDate |
string holding fitting date and time
Definition at line 1329 of file PMusr.h.
Referenced by PMusrCanvas::UpdateInfoPad().
| Double_t PMsrStatisticStructure::fMin |
chisq or max. likelihood
Definition at line 1331 of file PMusr.h.
Referenced by PFitter::ExecuteSave(), PMusrCanvas::UpdateInfoPad(), and PMsr2Data::WriteOutput().
| Double_t PMsrStatisticStructure::fMinExpected |
expected total chi2 or max. likelihood
Definition at line 1334 of file PMusr.h.
Referenced by PFitter::ExecuteSave().
| PDoubleVector PMsrStatisticStructure::fMinExpectedPerHisto |
expected pre histo chi2 or max. likelihood
Definition at line 1335 of file PMusr.h.
Referenced by PFitter::ExecuteSave().
| PDoubleVector PMsrStatisticStructure::fMinPerHisto |
chisq or max. likelihood per histo
Definition at line 1332 of file PMusr.h.
Referenced by PFitter::ExecuteSave().
| UInt_t PMsrStatisticStructure::fNdf |
number of degrees of freedom
Definition at line 1333 of file PMusr.h.
Referenced by PFitter::ExecuteSave(), PMusrCanvas::UpdateInfoPad(), and PMsr2Data::WriteOutput().
| PUIntVector PMsrStatisticStructure::fNdfPerHisto |
number of degrees of freedom per histo
Definition at line 1336 of file PMusr.h.
Referenced by PFitter::ExecuteSave().
| PMsrLines PMsrStatisticStructure::fStatLines |
| Bool_t PMsrStatisticStructure::fValid |
flag showing if the statistics block is valid, i.e. a fit took place which converged
Definition at line 1327 of file PMusr.h.
Referenced by PMsr2Data::WriteOutput().