musrfit  1.9.2
PMsrStatisticStructure Struct Reference

#include <PMusr.h>

Public Attributes

Bool_t fValid
 flag showing if the statistics block is valid, i.e. a fit took place which converged More...
 
PMsrLines fStatLines
 statistics block in msr-file clear text More...
 
TString fDate
 string holding fitting date and time More...
 
Bool_t fChisq
 flag telling if min = chi2 or min = max.likelihood More...
 
Double_t fMin
 chisq or max. likelihood More...
 
PDoubleVector fMinPerHisto
 chisq or max. likelihood per histo More...
 
UInt_t fNdf
 number of degrees of freedom More...
 
Double_t fMinExpected
 expected total chi2 or max. likelihood More...
 
PDoubleVector fMinExpectedPerHisto
 expected pre histo chi2 or max. likelihood More...
 
PUIntVector fNdfPerHisto
 number of degrees of freedom per histo More...
 

Detailed Description

Holds the informations for the statistics block.

Definition at line 808 of file PMusr.h.

Member Data Documentation

◆ fChisq

Bool_t PMsrStatisticStructure::fChisq

◆ fDate

TString PMsrStatisticStructure::fDate

string holding fitting date and time

Definition at line 811 of file PMusr.h.

Referenced by PMsrHandler::HandleStatisticEntry(), and PMusrCanvas::UpdateInfoPad().

◆ fMin

◆ fMinExpected

Double_t PMsrStatisticStructure::fMinExpected

expected total chi2 or max. likelihood

Definition at line 816 of file PMusr.h.

Referenced by PFitter::ExecuteSave(), PMsrHandler::HandleStatisticEntry(), PMsrHandler::PMsrHandler(), and PMsrHandler::WriteMsrLogFile().

◆ fMinExpectedPerHisto

PDoubleVector PMsrStatisticStructure::fMinExpectedPerHisto

expected pre histo chi2 or max. likelihood

Definition at line 817 of file PMusr.h.

Referenced by PFitter::ExecuteSave(), PMsrHandler::PMsrHandler(), PMsrHandler::WriteMsrLogFile(), and PMsrHandler::~PMsrHandler().

◆ fMinPerHisto

PDoubleVector PMsrStatisticStructure::fMinPerHisto

chisq or max. likelihood per histo

Definition at line 814 of file PMusr.h.

Referenced by PFitter::ExecuteSave(), and PMsrHandler::WriteMsrLogFile().

◆ fNdf

◆ fNdfPerHisto

PUIntVector PMsrStatisticStructure::fNdfPerHisto

number of degrees of freedom per histo

Definition at line 818 of file PMusr.h.

Referenced by PFitter::ExecuteSave(), PMsrHandler::PMsrHandler(), PMsrHandler::WriteMsrLogFile(), and PMsrHandler::~PMsrHandler().

◆ fStatLines

PMsrLines PMsrStatisticStructure::fStatLines

statistics block in msr-file clear text

Definition at line 810 of file PMusr.h.

Referenced by PMsrHandler::HandleStatisticEntry(), and PMsrHandler::~PMsrHandler().

◆ fValid

Bool_t PMsrStatisticStructure::fValid

flag showing if the statistics block is valid, i.e. a fit took place which converged

Definition at line 809 of file PMusr.h.

Referenced by PFitter::DoFit(), PMsrHandler::HandleStatisticEntry(), PMsrHandler::PMsrHandler(), PMsrHandler::SetMsrStatisticConverged(), PMsrHandler::WriteMsrFile(), and PMsrHandler::WriteMsrLogFile().


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