Log of /trunk/tree/treeviewer/src/TSpider.cxx
Parent Directory
Revision
30157 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 14 20:12:53 2009 UTC (5 years, 4 months ago) by
pcanal
File length: 45379 byte(s)
Diff to
previous 24145
In TFormula and TTreeFormula add support for the ternary condition operator ( c ? i : e )
In TSplot, TSpider, TSelectorDraw, TTreePlayer, TTreeTableInterface update the parsing
of colon separated line to properly handle the ternary condition operator, reduce
code duplication and fix existing parsing bugs (due to the 'almost' duplicated code
syndrome):
- Removed TSelectorDraw::MakeIndex and TSelectorDraw::GetNameByIndex
- Added TSelectorDraw::SplitNames to replace those 2 function plus pre-processing code
that was always used in conjunction with their calls.
- Updated the calling points to use TSelectorDraw::SplitNames.
- Removed the unused (and incorrect) TTree::MakeIndex and TTree::GetNameByIndex.
Revision
23800 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon May 12 15:53:18 2008 UTC (6 years, 8 months ago) by
brun
File length: 45862 byte(s)
Diff to
previous 23494
From Axel:
TH1, TSpider: update doc to respect new dir structure.
config: use new search; use more appropriate input path
etc: standard footer now also displays when the html page was generated, CSS has new styles ("SIGNAL" etc, search box).
Revision
19628 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 16 15:54:28 2007 UTC (7 years, 5 months ago) by
brun
Original Path:
trunk/treeviewer/src/TSpider.cxx
File length: 45885 byte(s)
Diff to
previous 19587
From Bastien:
Fixed: TSpider.cxx: Some parameters for the TSpider constructor are now default.
Fixed: TSpider.h, TSpider.cxx: Made the Get functions const when required.
Added: TSpider.cxx: Added a example macro.
Added: TParallelCoord.cxx: Added some references.
Revision
19415 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Fri Jul 20 12:10:53 2007 UTC (7 years, 6 months ago) by
brun
Original Path:
trunk/treeviewer/src/TSpider.cxx
File length: 44604 byte(s)
From Bastien and Olivier:
- New class TSpider:
A spider view is a handsome way to visualize a set of data stored in a
TTree. It draws as many polar axes as selected data members. For each of
them, it draws on the axis the position of the present event between the
min and max of the data member.
-TTreeViewer allows to scan a TTree using a spider view.CVS: ----------------------------------------------------------------------
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.