Hi,
I am wondering if there is a way to convert the results of a fit to a C++ string, like convert the following line:
auto fitr=hh->Fit(&ball,"SL","");
where hh is a TH1 pointer, and ball is a TF1 object. Something like
string x = auto fitr=hh->Fit(&ball,"SL","");
Is it possible, and if so how?
_ROOT Version: 6.23/01