Hi all
Though it’s a stupid question, I found when I type gROOT->GetName()
in the interactive ROOT I got "Rint"
, but in the source code of TROOT.cxx
it’s instantiated by
TROOTAllocator(): fObj("root", "The ROOT of EVERYTHING")
{}
where does the name of gROOT changed to “Rint”?