tree->Print() does not produce any output

Hello

I am not able to see the output of TTree::Print() inside the root interpreter. Does it mean I am filling the tree wrongly?

You can have a look at the example tree that I uploaded:

https://cernbox.cern.ch/index.php/s/hqEk6R3Yc0vhWtI

Sidenote: In particular I am interested on knowing how much disk space each leaf takes. I am producing very big root files now and I would like to know where I am consuming most of the space…

Thank you

Marcos


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


[...]$ rootls -l -t yourfile.root

Note: the displayed numbers correspond to “Total Size=”, not to “File Size=”, of “yourtree->Print();” output.

1 Like

Nice! This works for me. Thank you very much!