musrfit
1.9.2
|
#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... | |
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().
Double_t PMsrParamStructure::fLowerBoundary |
lower boundary for the fit parameter
Definition at line 554 of file PMusr.h.
Referenced by PMsrHandler::HandleFitParameterEntry().
Bool_t PMsrParamStructure::fLowerBoundaryPresent |
flag showing if a lower boundary is present
Definition at line 553 of file PMusr.h.
Referenced by PMsrHandler::HandleFitParameterEntry().
TString PMsrParamStructure::fName |
Int_t PMsrParamStructure::fNo |
parameter number
Definition at line 547 of file PMusr.h.
Referenced by compare_parameters(), and PMsrHandler::HandleFitParameterEntry().
Int_t PMsrParamStructure::fNoOfParams |
how many parameters are given
Definition at line 546 of file PMusr.h.
Referenced by PMsrHandler::HandleFitParameterEntry().
Double_t PMsrParamStructure::fPosError |
positive error if present
Definition at line 552 of file PMusr.h.
Referenced by PMsrHandler::HandleFitParameterEntry().
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().
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().
Double_t PMsrParamStructure::fUpperBoundary |
upper boundary for the fit parameter
Definition at line 556 of file PMusr.h.
Referenced by PMsrHandler::HandleFitParameterEntry().
Bool_t PMsrParamStructure::fUpperBoundaryPresent |
flag showing if an upper boundary is present
Definition at line 555 of file PMusr.h.
Referenced by PMsrHandler::HandleFitParameterEntry().
Double_t PMsrParamStructure::fValue |
value
Definition at line 549 of file PMusr.h.
Referenced by PMusrCanvas::GetNeededAccuracy(), and PMsrHandler::HandleFitParameterEntry().