Dear Rooters,
I'm making a little script that stores data in a histogram. Now I want to save this data as a text file (to open in another program, e.g. Matlab) with bin in one column and number in a second column. I cannot really find any examples of this in the users guide... Is there a good way to do this? Below are some relevant pieces of my code. Thanks! /Ida
for (Int_t i=0; i<nentries;i++) {
//Long loop...
myHist->Fill(z);
}
This archive was generated by hypermail 2.2.0 : Tue Sep 27 2011 - 11:50:01 CEST