Landau fit problem

Hi,

You can get a fit result when fitting and print it. IN your code , replace the line where fitting the histogram with these 2 lines:

auto result = htemprelenev2->Fit("Fit2","S");
result->Print();

See ROOT Bug Tracker is now GitHub