BasicFCN class: base class for the objective functions used in the fits It has a reference to the data and th emodel function used in the fit. It cannot be instantiated but constructed from the derived classes
virtual | ~BasicFCN<ROOT::Math::IGradientFunctionMultiDim,ROOT::Fit::UnBinData>() |
ROOT::Fit::BasicFCN<ROOT::Math::IGradientFunctionMultiDim,ROOT::Fit::UnBinData> | BasicFCN<ROOT::Math::IGradientFunctionMultiDim,ROOT::Fit::UnBinData>(const shared_ptr<ROOT::Fit::UnBinData>& data, const shared_ptr<ROOT::Fit::BasicFCN<ROOT::Math::IGradientFunctionMultiDim,ROOT::Fit::UnBinData>::IModelFunction>& func) |
void | SetData(const shared_ptr<ROOT::Fit::UnBinData>& data) |
void | SetModelFunction(const shared_ptr<ROOT::Fit::BasicFCN<ROOT::Math::IGradientFunctionMultiDim,ROOT::Fit::UnBinData>::IModelFunction>& func) |
access to function pointer
{ return fFunc; }
Set the function pointer
{ fFunc = func; }