FYI, I am presently working in an updated version of roody.
The user interface, GUI and user-visible functionality I am leaving alone. The under-the-hood handling of
histogram data I am reworking using our latest understanding of the workings of ROOT (object ownership,
etc) and C++ (hey, with STL std::map, C++ is as easy as perl!).
The updated version may also fix some of the existing problems- crashes caused by confused object
ownership rules, long startup times (current code has to look at every existing histogram before starting-
slow if many histograms in an online folder) and inability to display TGraph objects (that is what started
me working on the code).
While at it, we will move the Roody code repository from CVS to SVN.
K.O. |