Dear all,
How can I pass an object reference from compiled c++ code to a macro being executed with either gROOT->Macro(…) or gROOT->ProcessLine(".X …"); ?
I saw an example using the ListOfSpecials in gROOT, but to retrieve it I then need to know the name, which I don’t. I could pass the name to the macro as well, through another object, but there might be a better way of doing this.
Thanks in advance,
Barth