#include <FitObjectIOHelper.h>
Public Member Functions | |
| void | set (FitObject &ob) const throw () |
| void | setChiSquared (const double c) const throw () |
| void | setNDF (const int d) const throw (LogicError) |
| void | setFormula (char const *f) const throw () |
| void | setNDim (const int n) const throw (LogicError) |
| void | setNPar (const int npar) const throw (LogicError) |
Private Attributes | |
| FitObject * | ob |
|
|
Definition at line 5 of file FitObjectIOHelper.cpp. |
|
|
Definition at line 17 of file FitObjectIOHelper.cpp. |
|
|
Definition at line 25 of file FitObjectIOHelper.cpp. |
|
|
Definition at line 21 of file FitObjectIOHelper.cpp. |
|
|
Definition at line 9 of file FitObjectIOHelper.cpp. |
|
|
Definition at line 13 of file FitObjectIOHelper.cpp. |
|
|
Definition at line 19 of file FitObjectIOHelper.h. |
1.3-rc3