21 Jul 2005, Ryu Sawada, Suggestion, An idea of file I/O 
 | 
Current file handling of ROME is based on run number. This way is simple and easy to understand. But 
 
there are some arguments on it.
 
 | 
   07 Dec 2005, Ryu Sawada, Suggestion, Proposal reorganiztion directory structure 
 | 
*) Currently, builder makes many files in the top directory.
 
 
XXXFolderDict.cpp
 | 
   09 Jan 2006, Ryu Sawada, Suggestion, Configuration file 
 | 
About configuration XML files.
 
 
Now we merged ROME and ARGUS.
 | 
   09 Jan 2006, Ryu Sawada, Suggestion, Quit mode 
 | 
Sometimes I hear that going to interactive session after end of analysis is uncomfortable. In fact it is possible to quit program immediately with -b option.
 
But -b is not only for that, It suppresses print. So I propose to make QuidMode in which program exit without going interactive session.
 
-q option is good, because ROOT has same option which means quit program just after macro is executed. | 
   
   13 Jan 2006, Ryu Sawada, Suggestion, Configuration file 
 | 
done.
 
Program searches configuration XML file in ./ and ./config | 
   
   13 Jan 2006, Ryu Sawada, Suggestion, Quit mode 
 | 
done.
 
Users can specify quit mode with option -q or configuration file. | 
   22 Feb 2006, Giovanni Signorelli, Suggestion, Text database suggestion 
 | 
This is maybe a bug report that happens reading long lines in a text database.
 
I am currently handling large data base files for linear fit analysis, basically I have to handle a 828 x 828 
 
matrix. Writing in the text db 828 lines containing each 828 comma separated values with a single 
 | 
   
   22 Feb 2006, Stefan Ritt, Suggestion, Text database suggestion 
 | 
> This is maybe a bug report that happens reading long lines in a text database.
 
 
This does not only affect ROME, but also the MXML library which has to read the long lines. I haven't carefully
 | 
   
   22 Feb 2006, Ryu Sawada, Suggestion, Text database suggestion 
 | 
| I improved TextDataBase as Giovanni suggested. | 
   03 Dec 2015, SUDESHNA GANGULY, Suggestion, Drawing multiple histograms on the same pad and dispalying them in the online mode in ROME  
 | 
I need some suggestions regarding drawing multiple histograms on the same pad in
 
ROME.
 
Here is what I have been doing.  I am making a summary histogram online dispaly
 | 
   
   07 Dec 2015, Ryu Sawada, Suggestion, Drawing multiple histograms on the same pad and dispalying them in the online mode in ROME 
 | 
Hello,
 
 
First of all, the histograms are supposed to be drawn by the automatically generated code.
 | 
   10 Dec 2015, SUDESHNA GANGULY, Suggestion, writing data to mySQL via ROME 
 | 
I need some suggestions on how to write some data to a mySQL database via ROME.
 
 
I am calculating a quantity CTag and making a TGraph of CTag/event in ROME. Now
 | 
   
   11 Dec 2015, Ryu Sawada, Suggestion, writing data to mySQL via ROME 
 | 
Dear Sudeshna
 
 
Yes, you can write,
 | 
   22 Jan 2016, SUDESHNA GANGULY, Suggestion, Adding texts on a histigram while using <Argus> block for tabbing 
 | 
Hi,
 
 
I am defining a histogram in the xml file like this:
 | 
   
   28 Jan 2016, Ryu Sawada, Suggestion, Adding texts on a histigram while using <Argus> block for tabbing 
 | 
Dear Sudeshna
 
 
Unfortunately, with the current ROME, it is not possible to insert own code when you use <Argus> blocks for 
 | 
   07 Mar 2016, SUDESHNA GANGULY, Suggestion, Problem in adding two TGraphs in the same pad using <Argus> block in tabbing 
 | 
I wanted to add two different TGraphs (Corresponding to two calorimeters) into
 
the same pad.
 
So in the xml file I did:
 | 
   
   13 Mar 2016, Ryu Sawada, Suggestion, Problem in adding two TGraphs in the same pad using <Argus> block in tabbing  
 | 
I tried to reproduce the problem with using histoGUI example.
 
However I couldn't reproduce it; namely two graphs are shown.
 
 | 
   11 Oct 2004, Matthias Schneebeli, Info, Schema evolution in root and rome 
 | 
For your information:
 
 
ROOT has an automatic schema evolution implemented. That means, that all trees 
 | 
   16 Oct 2004, Ryu Sawada, Info, MIDAS status update  
 | 
"Analyzed" fields in MIDAS status display are always 0.0% as you can see in the attached file.
 
Is it possible to implement function to update this field ? | 
   06 Dec 2004, Ryu Sawada, Info, Changeable folder as branch a tree 
 | 
I tried to make changeable folder a branch of tree.
 
I could process data. Rome succeeded to write the tree.
 
 |