Public Member Functions | |
ObjectWrapper (T _obj) | |
template<typename F> | |
Int_t | Fit (F func, const char *opts) |
const char * | GetName () |
Public Attributes | |
T | object |
Definition at line 401 of file stressHistoFit.cxx.
ObjectWrapper< T >::ObjectWrapper | ( | T | _obj | ) | [inline] |
Definition at line 404 of file stressHistoFit.cxx.
Int_t ObjectWrapper< T >::Fit | ( | F | func, | |
const char * | opts | |||
) | [inline] |
Definition at line 406 of file stressHistoFit.cxx.
References ROOT::Fit::FitResult::Chi2(), d, ROOT::Fit::FitResult::Errors(), ROOT::Fit::FillData(), ROOT::Fit::Fitter::Fit(), ROOT::Fit::FitResult::IsEmpty(), ROOT::Fit::FitResult::Ndf(), ObjectWrapper< T >::object, ROOT::Fit::FitResult::Parameters(), ROOT::Fit::Fitter::Result(), and ROOT::Fit::FitResult::Status().
const char* ObjectWrapper< T >::GetName | ( | ) | [inline] |
T ObjectWrapper< T >::object |
Definition at line 403 of file stressHistoFit.cxx.
Referenced by ObjectWrapper< T >::Fit(), and ObjectWrapper< T >::GetName().