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
|