[root] / trunk / hist / spectrumpainter / src / TSpectrum2Painter.cxx Repository:
ViewVC logotype

Log of /trunk/hist/spectrumpainter/src/TSpectrum2Painter.cxx

Parent Directory Parent Directory


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

Revision 44225 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 11 07:43:46 2012 UTC (2 years, 8 months ago) by moneta
File length: 343675 byte(s)
Diff to previous 36251
apply several Coverity fixes for Hist (mainly to check return pointer values)

Revision 36251 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 10 10:34:26 2010 UTC (4 years, 3 months ago) by brun
File length: 343581 byte(s)
Diff to previous 35265
use strlcat

Revision 35265 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 14 10:21:58 2010 UTC (4 years, 4 months ago) by brun
File length: 343485 byte(s)
Diff to previous 34115
Fix uninitialized data member. coverity CID 11223

Revision 34115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 24 16:03:53 2010 UTC (4 years, 7 months ago) by couet
File length: 343460 byte(s)
Diff to previous 34096
- New parameter bf() in the SPEC option to define the buffer size
  used by TSpectrum2Painter. It is needed in case of very
  large canvases like 8000x5000.

Revision 34096 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 24 08:38:11 2010 UTC (4 years, 7 months ago) by couet
File length: 342613 byte(s)
Diff to previous 22694
- Protection added in TSpectrum2Painter::Paint() when kMaximumXScreenResolution
  is too small.

Revision 22694 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 17 20:23:21 2008 UTC (6 years, 10 months ago) by rdm
File length: 342478 byte(s)
Diff to previous 22488
move hist, histpainter, spectrum and spectrumpainter in the hist package.

Revision 22488 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 6 16:04:47 2008 UTC (6 years, 10 months ago) by rdm
Original Path: trunk/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342478 byte(s)
Diff to previous 20882
remove first batch of warning reported by gcc 4.3:
- warning: suggest parentheses around && within ||
- warning: suggest explicit braces to avoid ambiguous if else

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/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342406 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/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342406 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/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342406 byte(s)
Diff to previous 18318
remove :$ from tag line

Revision 18318 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 17 17:42:29 2007 UTC (7 years, 10 months ago) by brun
Original Path: trunk/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342416 byte(s)
Diff to previous 17561
Replace all Float variables by Double.

Revision 17561 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 29 15:10:49 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342410 byte(s)
Diff to previous 17553
-Add include "TROOT.h" in all implementation files that were assuming
that TROOT was included via TClass.h


-In TClass.h:
 --Remove the include of TROOT.h
 --add the following static member
   static IdMap_t    *fgIdMap;          //Map from typeid to TClass pointer

 --add the following functions:
   static void           AddClass(TClass *cl);
   static void           RemoveClass(TClass *cl);

 --Replace the inline definitions of GetClass functions by
   template <typename T> TClass* GetClass(      T**       /* dummy */) { return GetClass((T*)0); }
   template <typename T> TClass* GetClass(const T**       /* dummy */) { return GetClass((T*)0); }

-In TClass.cxx:
 --Instead of forwarding the calls to gROOT->GetClass, move the code
  originally in TROOT in the TClass::GetClass functions
 --Move class TMapTypeToTClass from TROOT to TClass.

Revision 17553 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 29 10:06:51 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342371 byte(s)
Diff to previous 17180
Add explicit inclusion of "TClass.h" in view of a future removal of TClass.h
from TQObject.h.

Revision 17180 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 12 14:03:04 2006 UTC (8 years, 1 month ago) by couet
Original Path: trunk/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342351 byte(s)
Diff to previous 17105
- Change comments according to the new $ROOTSYS/tutorials structure.

Revision 17105 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 8 14:57:36 2006 UTC (8 years, 1 month ago) by couet
Original Path: trunk/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342342 byte(s)
Diff to previous 16739
- Change the location and names of the Spectrum Painter pictures provided
  by Miro.

Revision 16739 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Nov 10 11:54:44 2006 UTC (8 years, 2 months ago) by brun
Original Path: trunk/spectrumpainter/src/TSpectrum2Painter.cxx
File length: 342384 byte(s)
From Olivier and Miro:
Introduce the new spectrumpainter package. This new package
is automatically called by THistpainter::Paint when drawing a TH2
with the "SPEC" option. For more details about the option, see TSpectrum2Painter::PaintSpectrum

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