32 if (fPointer) fStatus = fPointer->
Status();
66 Error(
"TFitResultPtr",
"TFitResult is empty - use the fit option S");
78 Error(
"TFitResultPtr",
"TFitResult is empty - use the fit option S");
96 if ( &rhs ==
this)
return *
this;
111 return "<nullptr TFitResult>";
TFitResult & operator*() const
Implement the de-reference operator to make the class acts as a pointer to a TFitResult assert in cas...
TFitResultPtr & operator=(const TFitResultPtr &rhs)
Assignment operator.
Extends the ROOT::Fit::Result class with a TNamed inheritance providing easy possibility for I/O...
virtual ~TFitResultPtr()
Destructor.
TFitResult * operator->() const
Implement the -> operator to make the class acts as a pointer to a TFitResult.
void Error(const char *location, const char *msgfmt,...)
TFitResultPtr(int status=-1)
std::string printValue(const TDatime *val)
Print a TDatime at the prompt.
Provides an indirection to the TFitResult class and with a semantics identical to a TFitResult pointe...
int Status() const
minimizer status code
TFitResult * Get() const
Return contained pointer.
std::shared_ptr< TFitResult > fPointer