Back Midas Rome Roody Rootana
  Rome Analyzer Framework, Page 1 of 6  Not logged in ELOG logo
New entries since:Wed Dec 31 16:00:00 1969
Entry  23 Jul 2019, Yusuke Uchiyama, Forum, Change of MIDAS library path 
Dear all,

From the recent release of MIDAS, "midas-2019-06", the MIDAS library path is changed:
Entry  28 Feb 2018, Francesco Renga, Forum, DB path 
Dear all,
           I need to perform a DB query in ROME, where I have to select an array of 
Entry  29 Nov 2017, Yusuke Uchiyama, Info, Compiler warning 
Dear all,

Under the environment with GCC4.8.5 and ROOT6.08.04,
    Reply  29 Nov 2017, Ryu Sawada, Info, Compiler warning 
Hi Yusuke

NOOPT is added for potentially large source files to reduce the compile time and memory usage.
       Reply  29 Nov 2017, Yusuke Uchiyama, Info, Compiler warning 
Hi Ryu,

Thank you.
          Reply  29 Nov 2017, Ryu Sawada, Info, Compiler warning 
Hi.

Thank you for testing.
Entry  06 May 2016, SUDESHNA GANGULY, Info, Can we reset histograms at the middle of a run in ROME? 
Hi All,

Suppose I want to pause a run, at the middle, and change some run conditions. So
    Reply  11 May 2016, Ryu Sawada, Info, Can we reset histograms at the middle of a run in ROME? newbutton.jpg
Dear Sudeshna,

I added a new button to clear histograms.
Entry  18 Apr 2016, SUDESHNA GANGULY, Info, Clear histogram/group of histograms at the beginning of run in ROME 
Hi All,

Is there any way in ROME that I can clear histograms at:
    Reply  21 Apr 2016, Ryu Sawada, Info, Clear histogram/group of histograms at the beginning of run in ROME 
Dear Sudeshna,

In ROME, histograms are associated with a task (not with a tab).
Entry  13 Apr 2016, SUDESHNA GANGULY, Bug Report, Error with maximum number of tabs in Argus section 
Hi Ryu,

I am trying to use <Argus> for tabbing like this:
    Reply  14 Apr 2016, SUDESHNA GANGULY, Info, Error with maximum number of tabs in Argus section 
I've fixed the problem of not being able to define 18 tabs. I edited
/argus/include/ArgusHistoDisplay.h file:
I changed the parameter values to:
       Reply  15 Apr 2016, Ryu Sawada, Info, Error with maximum number of tabs in Argus section 
Dear Sudeshna

I commit the change to the 'develop' branch.
Entry  14 Apr 2016, SUDESHNA GANGULY, Info, Is auto-update available for tabs with user-defined codes (not with <Argus>) ? 
Is it possible to have the pads automatically updated with the update frequency
(set at romeConfig.xml) while using user-defined src/tabs codes? 
Suppose I write a tab code under src/tabs where I have created an "update" button. 
    Reply  15 Apr 2016, Ryu Sawada, Info, Is auto-update available for tabs with user-defined codes (not with <Argus>) ? 
Dear Sudeshna

The easiest way would be to call your "Update" function from EventHandler function of your tabs.
Entry  11 Apr 2016, SUDESHNA GANGULY, Info, Getting an error while compiling a code with <ARGUS> tabs for 2-D histograms 
Hi Ryu,

I am trying to display a 2-D histogram with the <Argus> tab in the user xml file.
Entry  05 Apr 2016, SUDESHNA GANGULY, Bug Report, Running ROME remotely 
Hi Ryu,

After following your instructions to run ROME remotely, using run mode 3 on the
    Reply  08 Apr 2016, Ryu Sawada, Bug Report, Running ROME remotely 
Dear Sudeshna

I modified ROME to try to fix problems related <ARGUS> block histograms in run-mode 3.
Entry  23 Mar 2016, Farrukh Azfar, Info, ROME in online mode using an intermediary machine  
Dear Folks 

Complete newby on online mode - hence this easy question :
    Reply  27 Mar 2016, Ryu Sawada, Info, ROME in online mode using an intermediary machine  
Hello,

I think you need to use SSH port forwarding,
       Reply  30 Mar 2016, Farrukh Azfar, Info, ROME in online mode using an intermediary machine  
Hi Ryu

Thanks for your reply
          Reply  31 Mar 2016, Ryu Sawada, Info, ROME in online mode using an intermediary machine  
The local port 21175 may be too large, please replace 21175 by, for example, 8175.

You can specify the host name and the port number in your config XML for your ROME program like,
             Reply  04 Apr 2016, Wes Gohn, Info, ROME in online mode using an intermediary machine  

Hi Ryu, here is the method we've followed. I tried to simplify things by connecting to the server directly, so we can skip the port tunnelling. On the
server side, in the romeConfig.xml, I set
                Reply  05 Apr 2016, Ryu Sawada, Info, ROME in online mode using an intermediary machine  
Dear Wes,

-R is used for starting an interactive session connected to a server.
Entry  21 Mar 2016, Farrukh Azfar, Info, speeding up ROME  
 
Entry  10 Mar 2016, Farrukh Azfar, Forum, Option to analyse every Nth event 
Dear Colleagues

I was wondering if there was an option to analyse only ever N events in ROME. If 
    Reply  13 Mar 2016, Ryu Sawada, Forum, Option to analyse every Nth event 
I added a new parameter <EventStep> to configuration XML file.
The default is 1.
If you change it to, for example 2, every second events are analyzed.
Entry  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:
    Reply  13 Mar 2016, Ryu Sawada, Suggestion, Problem in adding two TGraphs in the same pad using <Argus> block in tabbing screen.jpg
I tried to reproduce the problem with using histoGUI example.
However I couldn't reproduce it; namely two graphs are shown.
Entry  18 Feb 2016, Joe Grange, Forum, Online mode issue 
Hello all,

I'm having an issue with getting rome to run in online mode in some cases only.
    Reply  02 Mar 2016, Ryu Sawada, Forum, Online mode issue 
Dear Joe

There is a working example for the online access to midas.
Entry  01 Mar 2016, SUDESHNA GANGULY, Info, Adding different tabs under a single parent tab 
Hi Everyone,

Is there any way I can put different tabs under a single click-able menu in ROME?
    Reply  02 Mar 2016, Ryu Sawada, Info, Adding different tabs under a single parent tab 
Yes, it can be done easily by nesting the tab definition in your definition XML file.
An example is $ROMESYS/examples/argus/tabs
Entry  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:
    Reply  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 
Entry  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
    Reply  11 Dec 2015, Ryu Sawada, Suggestion, writing data to mySQL via ROME 
Dear Sudeshna

Yes, you can write,
Entry  03 Dec 2015, SUDESHNA GANGULY, Suggestion, Drawing multiple histograms on the same pad and dispalying them in the online mode in ROME Screenshot-11.png
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
    Reply  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.
Entry  23 Oct 2015, Joe Grange, Forum, Running ROME in online mode Screen_Shot_2015-10-23_at_11.56.12_AM.png
Hi folks,

I've been a happy and successful user of rome in the offline mode for some time,
    Reply  29 Oct 2015, Ryu Sawada, Forum, Running ROME in online mode 
Dear Joe

In the online mode, the analyzer does not read midas files.
       Reply  05 Nov 2015, Joe Grange, Forum, Running ROME in online mode 
Dear Ryu,

Thanks for your response.  Unfortunately setting these parameters in the XML file does not change the apparent
          Reply  08 Nov 2015, Ryu Sawada, Forum, Running ROME in online mode 
Dear Joe,

Did you run ROMEBuilder for your application with -midas option ?
             Reply  16 Nov 2015, Joe Grange, Forum, Running ROME in online mode 
Dear Ryu,

Thanks very much, indeed it was user error and I did not set -midas option at the compilation stage.
Entry  24 Oct 2015, Robert Pattie, Forum, ROME / Argus crashing between runs with MIDAS 
I'm running ROME+Argus as an online analyzer and display for a MIDAS DAQ system.
 In our set up there is generally a few seconds between MIDAS runs.  ROME
handles the first run just fine, but always crashes when runs are taken in quick
    Reply  26 Oct 2015, Konstantin Olchanski, Forum, ROME / Argus crashing between runs with MIDAS 
> I'm running ROME+Argus as an online analyzer and display for a MIDAS DAQ system.
>  In our set up there is generally a few seconds between MIDAS runs.  ROME
> handles the first run just fine, but always crashes when runs are taken in quick
    Reply  29 Oct 2015, Ryu Sawada, Forum, ROME / Argus crashing between runs with MIDAS 
Hello,

You can try to set <MidasOnlineCommunicationThread>to be true in your config XML file.
ELOG V3.1.4-2e1708b5