Log of /trunk/tree/treeviewer/src/TTVLVContainer.cxx
Parent Directory
Revision
29051 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 17 10:14:18 2009 UTC (5 years, 7 months ago) by
bellenot
File length: 28650 byte(s)
Diff to
previous 23467
Reset last active element when removing all non-static items from the list view.
This fixes a crash in tree viewer when switching between different trees, the
last active (selected) element in the list view was then invalid
Thanks to Luca Grandi for the report and test case.
Revision
1904 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 6 07:27:18 2001 UTC (13 years, 9 months ago) by
brun
Original Path:
trunk/treeviewer/src/TTVLVContainer.cxx
File length: 28371 byte(s)
Diff to
previous 1782
New version of TTreeViewer and associated classes from Andrei Gheata.
Here is the last patch of the treeviewer, which hopefully corrects all bugs
I found about (including TH3 draw problem). It has also a new checker for
aliases and the possibility of defining and executing a user-defined command
for each session record. It works like this (for now) :
- when you want to do something with the histogram produced by the Draw
button (fitting, normalizing, corellating with other existing histograms,
etc.) you may write a macro with this functionality, where the histogram can
be accessed with the name written in the hist. text box (htemp by default).
Then, after recording an X,Y,Z entry in your session, you will be able to use
the SetUserCode() function from the TV context menu. For instance, you can
run your fit.C macro :
fit.C
{
htemp->Fit("gaus");
htemp->Draw();
}
by setting the user code as : .x fit.C
Any ROOT command is accepted. The user-command will be executed after a record
is drawn using the session buttons. You can define user commands for each
record. This is just the first implementation.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.