Dear ROOT experts,
I’m trying to inspect the contents of a TTree in the interactive mode. However, when I use the command tree->Show(0) I get something like
hit_L = (vector<float>*)0x1ec24a0
instead of the vector contents even for simple types as float, int or bool.
Is there an easy way to get the vector content in the interactive mode without the dedicated scripts?
Thanks in advance,
Aleksandr
ROOT Version: ROOT 6.16/00
Platform: Ubuntu 18.04