The program has all the basic functions of a text editor and testing has shown that it is stable and functional. It also features multiple clipboards(text only), recent documents, full printing capabilities, syntax highlighting (C++, Fortran, JAVA, LaTeX etc.) and changeable look and feel. This program supports complete syntax highlighting for the ROOT C++ analysis framework, including all classes and methods.
The original version (for Java) was written by Mark Beynon . The program was (almost) completely rewritten and modified by S.Chekanov (ANL) for the RunMC project.
To run ROOT on active file, click on button on the Main Tool Bar. You should exit the ROOT manually via the ROOT canvas ("File-Exit"). You can also run make file on the currect directory.
cat(); cd(); cp(); mv(); rm();
To develop ROOT macros, first load the macro as "java -jar ehep.jar macro.cxx". Edit it, and run as "root macro.cxx" from the BeanShell. Then exit the root from the File menu (".q" does not work).
S.Chekanov (ANL)