musrfit  1.9.2
PMsrParamStructure Struct Reference

#include <PMusr.h>

Public Attributes

Int_t fNoOfParams
 how many parameters are given More...
 
Int_t fNo
 parameter number More...
 
TString fName
 name More...
 
Double_t fValue
 value More...
 
Double_t fStep
 step / error / neg_error, depending on the situation More...
 
Bool_t fPosErrorPresent
 positive error is defined (as a number) More...
 
Double_t fPosError
 positive error if present More...
 
Bool_t fLowerBoundaryPresent
 flag showing if a lower boundary is present More...
 
Double_t fLowerBoundary
 lower boundary for the fit parameter More...
 
Bool_t fUpperBoundaryPresent
 flag showing if an upper boundary is present More...
 
Double_t fUpperBoundary
 upper boundary for the fit parameter More...
 
Bool_t fIsGlobal
 flag showing if the parameter is a global one (used for msr2data global) More...
 

Detailed Description

Handles the information of a parameter.

Definition at line 545 of file PMusr.h.

Member Data Documentation

◆ fIsGlobal

Bool_t PMsrParamStructure::fIsGlobal

flag showing if the parameter is a global one (used for msr2data global)

Definition at line 557 of file PMusr.h.

Referenced by compare_parameters().

◆ fLowerBoundary

Double_t PMsrParamStructure::fLowerBoundary

lower boundary for the fit parameter

Definition at line 554 of file PMusr.h.

Referenced by PMsrHandler::HandleFitParameterEntry().

◆ fLowerBoundaryPresent

Bool_t PMsrParamStructure::fLowerBoundaryPresent

flag showing if a lower boundary is present

Definition at line 553 of file PMusr.h.

Referenced by PMsrHandler::HandleFitParameterEntry().

◆ fName

TString PMsrParamStructure::fName

name

Definition at line 548 of file PMusr.h.

Referenced by PMsrHandler::HandleFitParameterEntry().

◆ fNo

Int_t PMsrParamStructure::fNo

parameter number

Definition at line 547 of file PMusr.h.

Referenced by compare_parameters(), and PMsrHandler::HandleFitParameterEntry().

◆ fNoOfParams

Int_t PMsrParamStructure::fNoOfParams

how many parameters are given

Definition at line 546 of file PMusr.h.

Referenced by PMsrHandler::HandleFitParameterEntry().

◆ fPosError

Double_t PMsrParamStructure::fPosError

positive error if present

Definition at line 552 of file PMusr.h.

Referenced by PMsrHandler::HandleFitParameterEntry().

◆ fPosErrorPresent

Bool_t PMsrParamStructure::fPosErrorPresent

positive error is defined (as a number)

Definition at line 551 of file PMusr.h.

Referenced by PMusrCanvas::GetNeededAccuracy(), and PMsrHandler::HandleFitParameterEntry().

◆ fStep

Double_t PMsrParamStructure::fStep

step / error / neg_error, depending on the situation

Definition at line 550 of file PMusr.h.

Referenced by PMusrCanvas::GetNeededAccuracy(), and PMsrHandler::HandleFitParameterEntry().

◆ fUpperBoundary

Double_t PMsrParamStructure::fUpperBoundary

upper boundary for the fit parameter

Definition at line 556 of file PMusr.h.

Referenced by PMsrHandler::HandleFitParameterEntry().

◆ fUpperBoundaryPresent

Bool_t PMsrParamStructure::fUpperBoundaryPresent

flag showing if an upper boundary is present

Definition at line 555 of file PMusr.h.

Referenced by PMsrHandler::HandleFitParameterEntry().

◆ fValue

Double_t PMsrParamStructure::fValue

value

Definition at line 549 of file PMusr.h.

Referenced by PMusrCanvas::GetNeededAccuracy(), and PMsrHandler::HandleFitParameterEntry().


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