Asking for a list of all classes and methods of ROOT

Hi,all

I’m trying to make my ultraEdit automaticcally highlight the name of the classes and methods after I input them correctly. To do so, I need to manually add all the keywords to the highlighting list of UE. But I’m so bored of the dull typing work.

I’m wondering if there is a list of all the classes and methods of ROOT. Please inform me where I can find it, if there is.

Hi,

$ sed -e 's,^Library\.\([^:]\+\).*$,\1,' -e 's,@@,::,g' etc/system.rootmapis one of the many ways.

Cheers, Axel.