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:
|
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 |
29 Nov 2017, Yusuke Uchiyama, Info, Compiler warning
|
Dear all,
Under the environment with GCC4.8.5 and ROOT6.08.04,
|
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.
|
29 Nov 2017, Yusuke Uchiyama, Info, Compiler warning
|
Hi Ryu,
Thank you.
|
29 Nov 2017, Ryu Sawada, Info, Compiler warning
|
Hi.
Thank you for testing.
|
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
|
11 May 2016, Ryu Sawada, Info, Can we reset histograms at the middle of a run in ROME?
|
Dear Sudeshna,
I added a new button to clear histograms.
|
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:
|
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).
|
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:
|
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:
|
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.
|
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.
|
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.
|
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.
|
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
|
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.
|
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 :
|
27 Mar 2016, Ryu Sawada, Info, ROME in online mode using an intermediary machine
|
Hello,
I think you need to use SSH port forwarding,
|
30 Mar 2016, Farrukh Azfar, Info, ROME in online mode using an intermediary machine
|
Hi Ryu
Thanks for your 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,
|
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
|
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.
|
21 Mar 2016, Farrukh Azfar, Info, speeding up ROME
|
|
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
|
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.
|
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.
|
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.
|
02 Mar 2016, Ryu Sawada, Forum, Online mode issue
|
Dear Joe
There is a working example for the online access to midas.
|
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?
|
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
|
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
|
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,
|
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.
|
23 Oct 2015, Joe Grange, Forum, Running ROME in online mode
|
Hi folks,
I've been a happy and successful user of rome in the offline mode for some time,
|
29 Oct 2015, Ryu Sawada, Forum, Running ROME in online mode
|
Dear Joe
In the online mode, the analyzer does not read midas files.
|
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
|
08 Nov 2015, Ryu Sawada, Forum, Running ROME in online mode
|
Dear Joe,
Did you run ROMEBuilder for your application with -midas option ?
|
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.
|
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
|
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
|
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.
|