Outputting histograms to text files

In your interactive session you can dump the histogram bin contents to a text file with

root > myhist.Print("all"); //will print in your terminal root > myhist.Print("all"); >myhist.txt //will print in file myhist.txt
Rene