19 Mar 2021, Alexey Kalinin, Bug Report, roody failed to start
|
roody failed to start with -P flag
running rootana analyzer with -P argument
commenting RecursiveRemove in TNetDirectory(.cxx .h) (rootana) helps.
|
26 Mar 2021, Alexey Kalinin, Bug Report, roody failed to start
|
Also,
Mine TDirectory fOnlineHistDir (rootana online ) has more then 1000 histograms
with difficult hierarchy. Starting roody -P (TNEtDirectory support) takes 30-60
|
03 Jun 2014, Dan Melconian, Bug Report, Zeroing spectra using XML data source?
|
When we connect using TNet, we can zero spectra on the fly (which is
super-useful). Using Xml (which is infinitely faster to load), it says
"ResetAll: http://trinatdaq:9091: not implemented". I guess the Xml way is
|
25 May 2012, Konstantin Olchanski, Bug Fix, Fixed the "Zones" menu
|
The "Zones" manu has not been working right - if you have a canvas open with one
histogram plotted and you select Zones "2x2", nothing happens. The expected
action is to have the canvas divide itself into 4 pads (2x2) and the one
|
24 May 2012, Konstantin Olchanski, Info, removed ROOTSYS check
|
I removed the checks for ROOTSYS being the same at run time and compilation time.
These checks never worked right and are unnecessary since we always install roody
separately for each experiment and ROOTSYS settings are always consistent.
|
24 May 2012, Konstantin Olchanski, Forum, test
|
test of Roody forum email notification. K.O. |
23 Feb 2012, Exaos Lee, Forum, How to access the SVN repo anonymously?
|
I found that the SVN repo is forbidden for anonymous users now. |
13 May 2012, Konstantin Olchanski, Forum, How to access the SVN repo anonymously?
|
> I found that the SVN repo is forbidden for anonymous users now.
Please use username "svn", password "svn", per instructions here:
|
24 May 2012, Konstantin Olchanski, Forum, How to access the SVN repo anonymously?
|
> I found that the SVN repo is forbidden for anonymous users now.
It is possible that you are referencing the SVN repo using the "svn:" access method. This access method was recently
|
25 May 2011, Jackie Glister, Forum, Refresh problem when drawing groups
|
I'm having a Roody refresh problem: when I draw groups in online mode the entire
canvas is refreshed with the most recently selected single histogram, instead of
the group. I used svn to install the most recent version (svn checkout
|
19 Oct 2010, Konstantin Olchanski, Bug Fix, roody update
|
And you thought that roody was dead? Well, here is an update - implement "reopen" for ROOT files, add
"reopen" button to main menu, fix duplicated histogram names after "reopen" (at the cost of losing display
of histogram titles in the tree view).
|
19 Oct 2010, Konstantin Olchanski, Bug Fix, roody update, fix open of
|
> And you thought that roody was dead? Well, here is an update - implement "reopen" for ROOT files, add
> "reopen" button to main menu, fix duplicated histogram names after "reopen" (at the cost of losing display
> of histogram titles in the tree view).
|
19 Oct 2010, Konstantin Olchanski, Info, roody good on macos 10.6.4
|
For the record, ROODY svn rev 236 builds and runs on MacOS 10.6.4 with ROOT 5.26.00c. K.O. |
22 Nov 2009, Exaos Lee, Suggestion, New main.cxx for roody
|
The original "main.cxx" always produced "segmentation fault" on my system. So I
rewrite a new one as the attached "main_el.cxx". It works stable on my systems. I
use "getopt.h" to parse the command line options. Also, the options are altered
|
02 Mar 2008, Exaos Lee, Bug Report, ROODY kills analyzer too!!
|
I compiled roody svn231 with ROOT 5.18.00 and gcc 4.1 on Debain Linux 4.0 (AMD64).
I tested the roody with the "examples/experiment" in MIDAS svn4124 and
encountered the following error:
|
03 Mar 2008, Randolf Pohl, Bug Report, ROODY kills analyzer too!!
|
Hi,
I had the very same problem last summer during our beam time. Don't know the revision, but it was the tarball I downloaded around mid-July.
|
04 Mar 2008, Exaos Lee, Bug Report, Revision 221 works! But not remotely.
|
I recompiled the roody of revision 221 and found this revision works. But when I run roody remotely, it still keeps killing the analyzer 100%. :-(
Hope somebody can fix it. |
07 Mar 2008, Randolf Pohl, Bug Report, Revision 221 works! But not remotely.
|
Hi,
[quote="Exaos Lee"]I recompiled the roody of revision 221 and found this revision works. But when I run roody remotely, it still keeps killing the analyzer |
07 Mar 2008, Stefan Ritt, Bug Report, Revision 221 works! But not remotely.
|
[quote="Randolf Pohl"]Just an idea: Are all necessary ports open on the receiving machine? Maybe the analyzer is just collateral damage, in reality roody
commits suicide because the firewall is nasty to him?[/quote]
|
17 May 2009, Randolf Pohl, Bug Fix, [PATCH] ROODY kills analyzer too!!
|
Hi,
I have fixed the bug:
|
23 Jul 2009, Exaos Lee, Bug Fix, [PATCH] ROODY kills analyzer too!!
|
[quote="Randolf Pohl"]Hi,
I have fixed the bug:
|
18 Feb 2008, Jimmy Ngai, Bug Report, Roody kills MIDAS Analyzer
|
Hi All,
I'm running Roody with MIDAS 2.0.0 and ROOT 5.14e on Scientific Linux 4.4.
|
16 Nov 2007, John M O'Donnell, Bug Fix, uint32_t or UInt_t
|
I just downloaded and compiled the latest tarball.
line 98 of DataSourceTNetFolder.h complained about unit32_t. While I could have
|
16 Nov 2007, Konstantin Olchanski, Bug Fix, uint32_t or UInt_t
|
> I just downloaded and compiled the latest tarball.
>
> line 98 of DataSourceTNetFolder.h complained about unit32_t. While I could have
|
19 Nov 2007, John M O'Donnell, Bug Fix, uint32_t or UInt_t
|
I'm using Redhat workstation with:
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
ROOT version 5.16/00
|
04 Dec 2006, Konstantin Olchanski, Bug Fix, Add menu for SetOptStat
|
I commited the implementation for a new menu item: "OptStat". It allows setting
gStyle->SetOptStat in a user-friendly manner. K.O. |
27 Aug 2006, Konstantin Olchanski, Info, New version coming up...
|
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
|
26 Sep 2006, Konstantin Olchanski, Info, New version coming up...
|
> FYI, I am presently working in an updated version of roody.
The new version of Roody has been commited.
|
26 Sep 2006, Konstantin Olchanski, Info, New version coming up...
|
> > FYI, I am presently working in an updated version of roody.
>
> The new version of Roody has been commited.
|
04 Sep 2006, Konstantin Olchanski, Info, added "make docs"
|
I commited the missing images, fixed the doxygen config file and added the "make docs" target. Now
"make docs" will generate the documentation and place it into the directory "html". K.O. |
04 Sep 2006, Konstantin Olchanski, Info, roody CVS converted to SVN
|
The ROODY source code repository has been converted from CVS to SVN.
The new command to "get" the sources is:
|
21 Aug 2006, Konstantin Olchanski, Bug Fix, Better zoom & rebin controls, show TDirectory contents
|
I commited a series of changed to Roody:
- cleanup unused files
- show contents of TDirectory objects (this used to work before, why was it
|
22 Jun 2006, Joe Chuma, Bug Fix, roody refresh button fix (again)
|
The refresh button was in the wrong state the first time the user set the refresh rate for online histograms. |
07 Jun 2006, Joe Chuma, Bug Fix, roody online fixes
|
Roody has been modified so the resetting of individual histograms should now work. This involved a check for "//" at beginning of path to histogram and
remove if it is there.
|
19 Dec 2005, Konstantin Olchanski, Bug Fix, minor fixes
|
Minor fixes that escaped quality assurance by previous commiters:
1) remove include/rootsys.h from cvs - it is a generated file
2) have "make clean" remove obsolete stuff from src (src/roody, src/rootsys.h, etc)
|
19 Dec 2005, Stefan Ritt, Bug Fix, minor fixes
|
[quote="Konstantin Olchanski"]Minor fixes that escaped quality assurance by previous commiters[/quote]
ROODY is again broken under Windows, can someone look into this:
|
19 Dec 2005, Stefan Ritt, Bug Fix, minor fixes
|
[quote="Konstantin Olchanski"]4) fix an mxml bug imported from MIDAs land (xml output into a string buffer was corrupted).[/quote]
That bug has already been fixed long time ago. The problem is that the mxml.c file now lives twice in repositories, once in standalone mxml package and |
06 Jun 2006, Konstantin Olchanski, Bug Fix, minor fixes
|
[quote="Konstantin Olchanski"]Minor fixes that escaped quality assurance by previous commiters:
2) have "make clean" remove obsolete stuff from src (src/roody, src/rootsys.h, etc)
3) fix completely nonfunctional enforcement of setting ROOTSYS to the compiled-in value: execv() should have been execvp() (my bug), actually do call setenv("ROOTSYS","blah...") |
06 Jun 2006, Konstantin Olchanski, Bug Fix, minor fixes
|
> Minor fixes that escaped quality assurance by previous commiters:
> 2) have "make clean" remove obsolete stuff from src (src/roody, src/rootsys.h,
etc)
|
06 Jun 2006, Konstantin Olchanski, Info, Roody still using CVS
|
To prevent confusion- according to Joe Chuma and Konstantin Olchanski, we are
still using CVS for Roody development. K.O. |
05 Jun 2006, Joe Chuma, Bug Fix, reset histograms
|
Roody should now be able to reset online histograms. Use the "reset all" menu item to reset all online histograms, or use the right click context menu
on individual histograms to reset just one histogram (or a set of histograms chosen by holding down the ctrl key while selecting). The latest ROME analyzer
is required for these features to be used. |
19 Apr 2006, Joe Chuma, Bug Fix, pause/restart button fixed
|
The pause/restart button was not working properly, as a result of some confusion about the return value from the TString Compare method. It should now
be fixed. |
18 Apr 2006, Joe Chuma, Bug Fix, Pause/Restart Refresh button added
|
A Pause/restart refresh button has been added to the Roody frame so users may quickly pause and restart online histogram refreshing. |
16 Mar 2006, Matthias Schneebeli, Bug Report, Compiling under windows
|
Hi,
when I try to compile roody under windows I get following errors.
|
21 Dec 2005, Pierre-André Amaudruz, Bug Fix, mxml
|
Roody is taking now the ../mxml directory. (Makefile, Makefile.win)
roody image is moved into bin (Makefile).
the local cvs mxml is empty now.
|
19 Dec 2005, Konstantin Olchanski, Bug Report, reconnect after midas analyzer is restarted?
|
When I restart the MIDAS analyzer, it looks like ROODY detects that the connection is broken, but does not reestablish it. Can somebody look into this?
K.O. |
29 Nov 2005, Joe Chuma, Release, roody directory reorganization and Makefile changes
|
1) roody has been converted from libxml2 to mxml
2) the files have been shuffled around so the *.cxx, *.cpp files
are in the roody/src/ directory, the *.h files are in the
|
07 Dec 2005, Stefan Ritt, Info, roody directory reorganization and Makefile changes
|
> 1) roody has been converted from libxml2 to mxml
> 2) the files have been shuffled around so the *.cxx, *.cpp files
> are in the roody/src/ directory, the *.h files are in the
|
19 Dec 2005, Konstantin Olchanski, Release, roody directory reorganization and Makefile changes
|
> 2) the files have been shuffled around
Joe, is there any particular reason why the roody executable is not placed into a
|
13 Dec 2005, Joe Chuma, Bug Fix, roody graphics pad problems fixed
|
Problems with deciding which graphics pad to choose for drawing have been fixed.
Now the group pads (created by choosing draw group from the group context menu)
and the zoom pad (created by choosing zoom option from the pad context menu) are
|
21 Nov 2005, Joe Chuma, Bug Fix, Roody xml fix
|
The xml code in Roody has been localized into RoodyXML to allow for future conversion to ROME xml (and a few bugs fixed in the xml code). |
27 Oct 2005, Stefan Ritt, Bug Report, Various item when installing ROODY
|
Hi,
I tried to compile ROODY, and got following problems/issues:
|
05 Jul 2005, Qing Gu, Info, Affect of different root versions on Roody
|
After changing ROOT version from root_v4.04.00 to root_v4.04.02, the histograms
don't stay highlighted after clicking, but the top "Roody" bar disappears sometimes. |
27 Jun 2005, Joe Chuma, Bug Fix, Roody fixes
|
Error messages from Roody will now appear as TGMsgBox forms which require the
user to click the "Dismiss" button to acknowledge the error message. If the
user chooses the x-axis scales for an online histogram using the mouse to select
|
01 Jun 2005, Joe Chuma, Bug Fix, multiple bug fixes
|
Fixed refreshing of overlayed online histograms.
Fixed refresh now.
main.cxx: class Roody now created on the stack instead of the heap.
|
04 May 2005, Joe Chuma, Bug Fix, roody bug fixes
|
1) Memory leak fixed:
when the plotting destination set to replace, cloned objects with the canvas
about to be closed are now being deleted first.
|
19 Apr 2005, Konstantin Olchanski, Info, commited: macosx Makefile bits
|
The Makefile bits for building roody on MacOSX have been commited, tested on
MacOSX 10.3.9 with an unknown version of ROOT. Caveats: there is no support for
linking the roody shared library (volunteers are welcome!); there are warnings
|
12 Apr 2005, Joe Chuma, Bug Fix, memory leak fix
|
A memory leak was fixed in Roody.cxx, which occurred when updating a histogram
from a NetFolder object. |
12 Apr 2005, Joe Chuma, Bug Fix, modified reset option implementation
|
The reset option has been modified to use the new "Command" option in mana.c
instead of the "Reset" option in mana.c, which has been removed. |
11 Mar 2005, Joe Chuma, Bug Fix, reset online histograms
|
Roody can now reset online histograms via context menu or main menu. This
requires a small change in mana.c Also, fixed a problem with segmentation
faults when trying to connect to an invalid server port. |
31 Mar 2005, Stefan Ritt, Bug Fix, reset online histograms
|
> Roody can now reset online histograms via context menu or main menu. This
> requires a small change in mana.c Also, fixed a problem with segmentation
> faults when trying to connect to an invalid server port.
|
18 Mar 2005, Joe Chuma, Bug Fix, context menu changes
|
The group context menu options are changed to "Draw group", "Reset group" and
"Delete group", where "Reset group" means reset any online members of the group
and will only appear if there are online members in that group. Multiple
|
10 Mar 2005, Joe Chuma, Bug Fix, online re-connection problem fixed
|
Fixed segmentation fault problems that occurred when connected online, then
having the connection broken, then re-establishing the connection, and then
clicking on an online item in the main window. The problem is in TGListTree in
|
07 Feb 2005, Joe Chuma, Bug Fix, online timer fixed
|
The online timer has been modified for testing whether the online connection is
still valid. If the connection is broken, the timer tests the connection every
second until it has reconnected. When the connection is finally remade, any
|
01 Feb 2005, Joe Chuma, Bug Fix, fixed 2 problems introduced with yesterdays changes
|
Two bugs were introduced yesterday...
-- program crashes when trying to connect online via roody -h nodename
(uninitialized pointer)
|
31 Jan 2005, Joe Chuma, Bug Fix, changes to online connection and xml
|
A timer has been added to check if the online socket remains valid. If, say,
the analyzer has been stopped while running Roody, this will be detected and the
connection closed, then, every second, that connection will be attempted until
|
28 Jan 2005, Joe Chuma, Bug Fix, fixing y-axis scales
|
The y-axis scales can now be fixed just like the x-axis scales. Choose
YaxisLimits from the context menu when right-clicking on a histogram frame and a
small dialog box will open in which you can enter the min and max values. If
|
26 Jan 2005, Joe Chuma, Bug Fix, zooming in on a multiframe canvas
|
A "ZoomOption" has been added to the context menu produced by right clicking
anywhere on a histogram frame. This opens up a new canvas, titled "Zoom
Canvas", containing a copy of the histogram in the original frame. |
24 Jan 2005, Joe Chuma, Bug Fix, multi-thousand histogram display problems in Roody - 2
|
A minor update to the previous bug fix...
Modified Roody.cxx to display the histogram name range instead of the counter
range on the subfolders when reading > 1000 histograms from a file. |
21 Jan 2005, Joe Chuma, Bug Fix, multi-thousand histogram display problems in Roody
|
When opening a .root file, if there are more than 1000 histograms in the file,
the display is divided up into folders, where each folder holds 250 histograms
(except for the final folder, which may be smaller). This was done because of a
|
17 Jan 2005, Konstantin Olchanski, Info, CVS instructions
|
Updated CVS instructions for ROODY:
1) cvs anonymous read-only access:
|
05 Oct 2004, John M O'Donnell, Suggestion, displaying and selecting cuts
|
I have talked with Pierre-Andre and Stefan over the last few days about the need
to be able to display graphical cuts (TCutG) in Roody, and also to be able to
change them and send them back to the analyzer.
|
20 Dec 2004, John M O'Donnell, Bug Fix, displaying cuts implementation
|
Attached is a cvs patch to allow roody to display graphical cuts (TCutG).
Does somebody have the permissions to commit this patch to the cvs repository?
|
07 Jan 2005, John M O'Donnell, Bug Fix, displaying cuts implementation
|
> Attached is a cvs patch to allow roody to display graphical cuts (TCutG).
>
> Does somebody have the permissions to commit this patch to the cvs repository?
|
10 Jan 2005, Stefan Ritt, Bug Fix, displaying cuts implementation
|
> A patch for mana.c so that MIDAS analyzers receive polygons has been sent to Stefan.
Patch has been submitted to CVS so mana.c is up-to-date.
|
13 Jan 2005, John M O'Donnell, Bug Fix, displaying cuts implementation
|
I have just sent a MIDAS patch to Stefan so that:
(1) cuts should be booked using TCutG *cut_book( const char *name).
|
30 Nov 2004, chris pearson, Suggestion, Histogram zeroing, and extended histogram display manipulation
|
We need a simple way of zeroing online spectra, using the roody viewer to
select which spectra are to be zeroed.
|
01 Dec 2004, Konstantin Olchanski, Suggestion, Histogram zeroing, and extended histogram display manipulation
|
> We need a simple way of zeroing online spectra, using the roody viewer to
> select which spectra are to be zeroed.
|
01 Dec 2004, Konstantin Olchanski, Suggestion, Histogram zeroing, and extended histogram display manipulation
|
> > We would also like the histogram view to be unaffected by refreshing.
> > Currently the y axis is autoscaled after a refresh.
>
|
04 Nov 2004, Joe Chuma, Bug Fix, cvs commit
|
To set the x-axis limits, right click anywhere on a histogram frame and choose
"XaxisLimits" from the popup context menu. This brings up a dialog box where
you can enter the xmin and xmax values. Click "OK" and all pads within the
|
28 Oct 2004, Joe Chuma, Bug Fix, cvs commit
|
When the number of zones (sub-pads) is changed, any histograms on the active
canvas will be redrawn on the new canvas. Also, more general code clean-up. |
19 Oct 2004, Matthias Schneebeli, Suggestion, Comments on Roody
|
I have some comments on roody :
1)
|
22 Oct 2004, Joe Chuma, Suggestion, Comments on Roody
|
> I have some comments on roody :
>
> [snip]
|
26 Oct 2004, Matthias Schneebeli, Suggestion, Comments on Roody
|
I have committed point 1 and 2.
For point 3 you need to save all displayed histos in a stack. So that you can plot
|
21 Oct 2004, Joe Chuma, Bug Fix, cvs commit
|
Command line argument change:
the space between -h and hostname is optional
the space between -r and filename is optional
|
08 Oct 2004, Joe Chuma, Info, Roody cvs commit
|
Command line argument change:
-h (or -H) followed by nothing shows program usage
-hhostname or -hhostname:port connect to analyzer on given host (and port)
|
30 Sep 2004, Joe Chuma, Info, more right click features
|
Right click on Offline folder opens the file dialog.
Right click on Online folder opens the hostname dialog.
|
30 Sep 2004, Matthias Schneebeli, Bug Report, anoncvs account not working anymore
|
anoncvs account is not working anymore.
Please fix that.
|
30 Sep 2004, Pierre-André Amaudruz, Bug Report, anoncvs account not working anymore
|
Access to Roody from anonymous is restored:
cvs -e ssh -d anoncvs@midas.triumf.ca:/usr/local/cvsroot checkout roody
|
30 Sep 2004, Konstantin Olchanski, Bug Report, anoncvs account not working anymore
|
> Access to Roody from anonymous is restored:
> cvs -e ssh -d anoncvs@midas.triumf.ca:/usr/local/cvsroot checkout roody
> pwd: anoncvs
|
20 Sep 2004, Joe, , multiple selection update
|
One can now select multiple histograms by holding down the CTRL key while
left clicking the mouse. After selecting the histograms, keep holding down
the CTRL key and right click the mouse to bring up the context menu to add
|
14 Sep 2004, Konstantin, , CVS and Build instructions
|
Updated build instructions for end-users.
To checkout the miroodas sources use:
|
27 Jul 2004, Konstantin, , Readd the peak finder context menu item
|
The peak finder context menu item was present only for TH1D histograms and
absent in all other histograms. I fixed this by explicitely adding this item
to the class menu of all TH1X classes. K.O. |
20 Jul 2004, Joe, , Small fixes to TTriumfFileGUI
|
Added right click on online hostname to choose "Disconnect online".
Moved groups to top of the list displayed in the gui.
|
20 Jul 2004, Pierre, , Re-framing effort on Miroodas continues...
|
Requirement List:
================
- To be done SW : Selection window
|
19 Jul 2004, Joe, , minor bug fixes in TTriumfFileGUI and TGTextDialog
|
Fixed: do not make a group named "-1" when TGTextDialog returns "-1" when
canceled; rationalize the host name and port number code; do not use hot
keys "O" and "C" in TGTextDialog as I could not enter an "O" or a "C" into
|
16 Jul 2004, Joe, , TTriumfFileGUI bug fix
|
You can now save and restore as many times as you like in a single session. |
15 Jul 2004, Joe, , TTriumfFileGUI changes (last one today)
|
The run number is extracted from the file name of .root data files and
appended to the title for histogram plots. If the file name contains any
numeric digits, it will be interpreted as the run number. There should be
|
15 Jul 2004, Joe, , TTriumfFileGUI draw group fix
|
The problem with refreshing online histograms when drawn using the Draw
Group option has been fixed. |
15 Jul 2004, Joe, , Save/Restore now implemented (but without xml, for now)
|
Save and Restore are now implemented in TTriumfFileGUI (but without xml, for
now). The save file format is simple keyword lookup, e.g.,
|
05 Jul 2004, Konstantin, , HBOOK support
|
I commited changes to TTriumfFileGUI.{h,cxx} to add support for looking at
HBOOK files. K.O. |
25 Jun 2004, Joe, , changes to TTriumfFileGUI
|
Added: current online host name is now displayed in dialog box
Fixed: online histograms can now be added and displayed in groups |
16 Jun 2004, Joe, , context menu additions for TTriumfFileGUI
|
Added:
right click on filename (under Offline) brings up "Close file" option;
automatic creation of TEMP folder (under Offline);
|
08 Apr 2004, Joe, , context menu progress with TTriumfFileGUI
|
PeakFind has been added to the context menu when right clicking on a drawn
histogram. There are still problems to overcome: the PeakFind panel needs
to communicate back to the gui that it has been deleted (to overcome a
|
07 May 2004, Konstantin, , context menu progress with TTriumfFileGUI
|
> There are still problems to overcome:
> - the PeakFind panel needs to communicate back to the gui that it has been
deleted (to overcome a segmentation violation error when the pointer is deleted
|
07 May 2004, Konstantin, , context menu progress with TTriumfFileGUI
|
> > There are still problems to overcome:
> > - the PeakFind panel needs to communicate back to the gui that it has been
> deleted (to overcome a segmentation violation error when the pointer is deleted
|
07 May 2004, Konstantin, , context menu progress with TTriumfFileGUI
|
> > There are still problems to overcome:
> > - the PeakFind panel needs to communicate back to the gui that it has been
> deleted (to overcome a segmentation violation error when the pointer is deleted
|
07 May 2004, Konstantin, , context menu progress with TTriumfFileGUI
|
> > > There are still problems to overcome:
> > > - still no way found to get a context menu for the folder icons (Files,
> > Online, Groups);
|
31 Mar 2004, Joe, , latest version of the root viewer gui
|
The bottom canvas window has been removed. The superfluous buttons have
been removed. No response, yet, to my question in the ROOT forums regarding
inserting PeakFind in the pre-defined context menu when right-clicking on a
|
12 Mar 2004, Joe, , online groups added to MIDASviewer
|
Online histograms can now be collected in named groups. Each group is
displayed in its own TCanvas window, instead of tabs within one window, but
hopefully that will come. Right now, I see no way to implement TGTab's
|
10 Mar 2004, Joe, , Peak finding added to MIDASviewer
|
The peak find panel has been added to MIDASviewer. Click on the speed
button to open the panel. Click the Find button to find peaks, and do a fit
if the attempt to fit check box is checked. Fitting seems slow, but that is
|
05 Mar 2004, Joe, , MIDASviewer update
|
Committed MainFrame.cxx/.h with a fix for the problem of segmentation faults
while updating online histograms. The problem was the pointers to the
histograms needed to be changed in the TGLVContainers when the histograms
|
03 Mar 2004, Joe, , new tabbed gui
|
The new tabbed qui has been committed to CVS. There are still problems, and
bugs, and not all the buttons have been activated. Work continues. |
19 Jan 2004, Joe, , context menu for online histograms
|
implemented context menu when right clicking on an online histogram in the
upper TreeView, also eliminated duplicate entries for online histograms in
the lower ListView. |
16 Jan 2004, Joe, , x-axis zoom with online histograms
|
If you zoom in on the x-axis for an online histogram, the zoom now remains
in effect when the histogram is refreshed. Also, the check mark in the
refresh drop-down menu now stays with the proper value. Y-axis zooming is
|
15 Jan 2004, Joe, , context menu added, etc.
|
Added context menu -- single right click on a data item in the upper
TreeView window and a context menu opens on the right, choose where to plot
the item. This becomes the default plotting location if you later double
|
12 Jan 2004, Joe, , drop down menu changes
|
Modified TTriumfFileGui.h and .cxx to fix up drop down menus, putting in
check marks to denote which option is currently in effect. Also, a few more
cosmetic changes. |
09 Jan 2004, Joe, , draw in first pad
|
Modified TTriumfFileGUI to draw in the first pad when the canvas
is divided into zones. Also, a few cosmetic changes. |
01 Jan 2004, Konstantin, , Implement "Draw in next pad" and ilk
|
I commited fixes for a few annoying problems:
1) get rid of useless "delete/create TCanvas"
2) make the "zones" actually work
|
20 Dec 2003, Konstantin, , Fix Chuma's CVS access
|
Somehow neither Joe nor myself were in the "cvs" group and could not commit
to the miroodas CVS. Fixed by editing root@dasdevpc:/etc/group + NIS reload.
K.O. |
20 Dec 2003, Konstantin, , silence message "No Loaded Online Histograms"
|
I commited a change to TTriumfFileGUI.cxx to silence the message "No Loaded
Online Histograms". K.O. |
20 Dec 2003, Konstantin, , Simplify Makefile
|
I commited a simplification of the Makefile:
- "make" now builds the GUI executable
- removed useless cruft for building the GUI on Solaris, RedHat 4.x, etc
|
20 Dec 2003, Konstantin, , remove Greg King from email list
|
I removed Greg King from the MIROODAS email notification. K.O. |
20 Dec 2003, Joe, , cleanup by Joe
|
Joe Chuma commited some code cleanup and sundry unknown changes. K.O. |
14 Aug 2003, Greg, , Miroodas
|
MAIN GUI
========
Invocation:
|
14 Aug 2003, Greg, ,
|
MAIN GUI
========
Invocation:
|
30 Jul 2003, Greg, , List of Development Components for MIROODAS
|
Here is the list of components that must/should be developed for MIROODAS:
1. Peak Finding Panel (1D w/ TSpectrum, 2D w/ TSpectrum2 ... note 2D is not
|
30 Jul 2003, Greg, , List of Development Components for MIROODAS
|
> 2. Improved Fit Panel
> 3. Improved Draw Options Panel
> 5. TCanvas updates
|
29 Jul 2003, Konstantin, , Wednesday 10am meeting
|
We will have the 10am meeting this Wednesday in the ISAC2 2nd floor kitchen.
Agenda:
- progress reports
|
29 Jul 2003, Konstantin, , test midas experiment
|
I revived the test midas experiment on midtis06. We can start using it to
develop the online connection to the root gui. Here are the instructions
on running things:
|
22 Jul 2003, Greg, , CVS
|
miroodas code has been imported into the CVS and can be checkout
cvs -d /dasdevpc/cvsroot co miroodas
|
21 Jul 2003, Konstantin, , meeting this Tuesday!
|
We will have our regular meeting this Tuesday at 10am in the ISAC2 2nd
floor kitchen.
|
21 Jul 2003, Konstantin, , miroodas forum
|
The URL for the MIROODAS forum is: http://daq.triumf.ca:8085/MIROODAS
K.O.
|
21 Jul 2003, Konstantin, , Account for Joe Chuma
|
I created an account for Joe Chuma on the DAQ cluster. The home directory
is /send/home/chuma. Joe, please contact me to learn your password. K.O.
|
21 Jul 2003, Konstantin, , Account for Joe Chuma
|
I created an account for Joe Chuma on the DAQ cluster. The home directory
is /send/home/chuma. Joe, please contact me to learn your password. K.O.
|
21 Jul 2003, Konstantin, , CVS repository
|
I created a CVS repository for the ROOT GUI project:
/dasdevpc/cvsroot/miroodas (dasdevpc:/usr/local/cvsroot/miroodas)
|
21 Jul 2003, Konstantin, ,
|
I created a CVS repository for the ROOT GUI project:
/dasdevpc/cvsroot/rootgui (dasdevpc:/usr/local/cvsroot/rootgui)
|