12 #ifndef ROOT_TFitResultPtr
13 #define ROOT_TFitResultPtr
TFitResultPtr & operator=(const TFitResultPtr &rhs)
Assignment operator.
#define ClassDef(name, id)
Extends the ROOT::Fit::Result class with a TNamed inheritance providing easy possibility for I/O...
virtual ~TFitResultPtr()
Destructor.
TFitResult & operator*() const
Implement the de-reference operator to make the class acts as a pointer to a TFitResult assert in cas...
TFitResultPtr(int status=-1)
Provides an indirection to the TFitResult class and with a semantics identical to a TFitResult pointe...
TFitResult * operator->() const
Implement the -> operator to make the class acts as a pointer to a TFitResult.
TFitResult * Get() const
Return contained pointer.
std::shared_ptr< TFitResult > fPointer