#include "TFitResultPtr.h"
#include "TFitResult.h"
#include "TError.h"
Go to the source code of this file.
Functions | |
ClassImp (TFitResultPtr) TFitResultPtr |
ClassImp | ( | TFitResultPtr | ) |
TFitResultPtr provides an indirection to the TFitResult class and with a semantics identical to a TFitResult pointer, i.e. it is like a smart pointer to a TFitResult. In addition it provides an automatic comversion to an integer. In this way it can be returned from the TH1::Fit method and the change in TH1::Fit be backward compatible. The class
Definition at line 25 of file TFitResultPtr.cxx.