Save more histograms in ASCII different text file

Hello, I use this command line

/analysis/h1/set 0  680  0. 680	
/analysis/h1/setAscii 0

to save histograms in an ascii file.
But if I’ve two histograms, how to save them in two different ascii file?

the code

`/analysis/h1/set 1  3050  0. 3050	
/analysis/h1/setAscii 1

writes all the histogram in the same file

1 Like