Please read tips for efficient and successful posting and posting code
ROOT Version: Not Provided
Platform: conda environment on ubuntu 16.04
Compiler: Not Provided
Hi rooters,
Here’s a simple question but I can’t get it to work. How do I delete a tgraph in root? What I read in root user guide is something like:
f1->Delete("graph_a1_b2;1");
assuming f1
is my current directory/rootfile. However I used the command and .ls
again the object is still in the root file. I suspect the problem is that the object’s name has underscore in it but I could be wrong.
Thanks!