Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided
I have a root tree and I am trying to Draw an object of the tree.
Here is the line of the code I am using to do the above
fTree->Draw("fEventID","somecut","")
This is the resulting figure I get.
How do I save this as a text file.
If it is not clear, I want the text file to have a column for X values and a column for the corresponding Y values with the cut applied.