13#ifndef ROOT_Fit_BasicFCN
14#define ROOT_Fit_BasicFCN
39template<
class DerivFunType,
class ModelFunType,
class DataType>
44 typedef typename ModelFunType::BackendType
T;
54 BasicFCN (
const std::shared_ptr<DataType> & data,
const std::shared_ptr<IModelFunction> & func) :
71 virtual const DataType &
Data()
const {
return *
fData; }
88 void SetData(
const std::shared_ptr<DataType> & data) {
fData = data; }
94 std::shared_ptr<DataType>
fData;
95 std::shared_ptr<IModelFunction>
fFunc;
BasicFCN class: base class for the objective functions used in the fits It has a reference to the dat...
void SetData(const std::shared_ptr< DataType > &data)
Set the data pointer.
std::shared_ptr< IModelFunction > ModelFunctionPtr() const
access to function pointer
::ROOT::Math::IParamMultiFunctionTempl< T > IModelFunction
void SetModelFunction(const std::shared_ptr< IModelFunction > &func)
Set the function pointer.
virtual const DataType & Data() const
access to const reference to the data
::ROOT::Math::BasicFitMethodFunction< DerivFunType > BaseObjFunction
std::shared_ptr< IModelFunction > fFunc
BaseObjFunction::BaseFunction BaseFunction
virtual ~BasicFCN()
Destructor (no operations)
ModelFunType::BackendType T
std::shared_ptr< DataType > fData
BasicFCN(const std::shared_ptr< DataType > &data, const std::shared_ptr< IModelFunction > &func)
Constructor from data set and model function.
std::shared_ptr< DataType > DataPtr() const
access to data pointer
virtual const IModelFunction & ModelFunction() const
access to const reference to the model function
FitMethodFunction class Interface for objective functions (like chi2 and likelihood used in the fit) ...
FunctionType::BaseFunc BaseFunction
IParamFunction interface (abstract class) describing multi-dimensional parameteric functions It is a ...
TFitResultPtr Fit(FitObject *h1, TF1 *f1, Foption_t &option, const ROOT::Math::MinimizerOptions &moption, const char *goption, ROOT::Fit::DataRange &range)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...