[root] / trunk / math / splot / src / TSPlot.cxx Repository:
ViewVC logotype

Log of /trunk/math/splot/src/TSPlot.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 41891 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 10 22:46:31 2011 UTC (3 years, 2 months ago) by pcanal
File length: 50179 byte(s)
Diff to previous 35916
Remove all assigned but unused variable discovered by g++ 4.6.1 (including one completely nop function)

Revision 35916 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 14:28:20 2010 UTC (4 years, 3 months ago) by brun
File length: 50185 byte(s)
Diff to previous 35372
Use snprintf

Revision 35372 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 17 13:21:16 2010 UTC (4 years, 4 months ago) by brun
File length: 50145 byte(s)
Diff to previous 35355
Fix forward_null. coverity 11847

Revision 35355 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 17 09:51:31 2010 UTC (4 years, 4 months ago) by brun
File length: 50132 byte(s)
Diff to previous 35032
Fix uninituized data member in default constructor. coverity CID 11289

Revision 35032 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 27 06:44:04 2010 UTC (4 years, 4 months ago) by brun
File length: 50077 byte(s)
Diff to previous 35023
Fix a bug in TSPlot::MakeSPlot. The space for the covariance matrix should not be allocated in the calling function.

Revision 35023 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 26 10:46:54 2010 UTC (4 years, 4 months ago) by brun
File length: 50148 byte(s)
Diff to previous 35018
Fix memory leaks reported by coverity

Revision 35018 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 25 16:40:46 2010 UTC (4 years, 5 months ago) by moneta
File length: 50124 byte(s)
Diff to previous 35000
fixes from coverity
(un-initialized variables in constructors)

Revision 35000 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 25 11:21:29 2010 UTC (4 years, 5 months ago) by brun
File length: 50034 byte(s)
Diff to previous 30157
Fix memory leak (coverity)

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: 50016 byte(s)
Diff to previous 22885
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 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 50352 byte(s)
Diff to previous 20882
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/splot/src/TSPlot.cxx
File length: 50352 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/splot/src/TSPlot.cxx
File length: 50352 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/splot/src/TSPlot.cxx
File length: 50400 byte(s)
Diff to previous 17648
remove :$ from tag line

Revision 17648 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 3 06:40:26 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/splot/src/TSPlot.cxx
File length: 50410 byte(s)
Diff to previous 14971
From Eddy:
Remove the inclusion of TMath.h in TMatrixTUtils.h and fix all the consequences

Revision 14971 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 9 10:24:27 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/splot/src/TSPlot.cxx
File length: 50393 byte(s)
Diff to previous 14336
Fix several coding convention violations.

Revision 14336 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 20 21:43:44 2006 UTC (8 years, 10 months ago) by pcanal
Original Path: trunk/splot/src/TSPlot.cxx
File length: 50394 byte(s)
Diff to previous 13593
Reduce direct dependencies on TClass.h, TROOT.h and TStreamerInfo.h.
Warning:  This means that some file that relied on the indirect
inclusion of these header file might now fail to compile with
an error message mention that gROOT is no known or that TClass,
TROOT or TStreamerInfo is incompletely defined.  Simply add the
proper include directive.

Revision 13593 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 9 17:46:04 2005 UTC (9 years, 1 month ago) by brun
Original Path: trunk/splot/src/TSPlot.cxx
File length: 50374 byte(s)
Diff to previous 13431
From Anna:
bug fixes and a couple of new functions, requested by
users.

Revision 13431 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 1 16:09:46 2005 UTC (9 years, 1 month ago) by brun
Original Path: trunk/splot/src/TSPlot.cxx
File length: 46884 byte(s)
Diff to previous 13335
From Axel
patch to make the TSPlot doc work. It had a trailing "<!--",
which markes everything after as an HTML comment - that's why the
browser refused to display it. I've also cleaned the tags a leading and
trailing bit, and hid the leading /* and trailing */

Revision 13335 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 24 09:24:44 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/splot/src/TSPlot.cxx
File length: 46921 byte(s)
Diff to previous 13062
Fix several coding conventions violations.
add comments to a few functions.

Revision 13062 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 28 14:35:39 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/splot/src/TSPlot.cxx
File length: 46570 byte(s)
Diff to previous 13051
Activate the pictures in the html section.

Revision 13051 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 27 19:47:41 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/splot/src/TSPlot.cxx
File length: 47214 byte(s)
Diff to previous 13050
Port on Windows, fixing compilation problems.
Also fix library dependencies

Revision 13050 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Oct 27 19:33:41 2005 UTC (9 years, 2 months ago) by brun
Original Path: trunk/splot/src/TSPlot.cxx
File length: 47220 byte(s)
Add new package "splot" by Muriel Pivk & Anna Kreshuk.
See documentation in class html

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9