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

Log of /trunk/hist/hist/src/TH2Poly.cxx

Parent Directory Parent Directory


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

Revision 49254 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 16 15:37:59 2013 UTC (21 months, 1 week ago) by couet
File length: 43251 byte(s)
Diff to previous 48760
fix doc

Revision 48760 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 28 09:51:09 2013 UTC (22 months, 3 weeks ago) by couet
File length: 43296 byte(s)
Diff to previous 46159
fix typo

Revision 46159 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 25 09:06:05 2012 UTC (2 years, 3 months ago) by moneta
File length: 43295 byte(s)
Diff to previous 44507
from Gabriel: 
 
removed redundant DrawCopy in all subclasses of TH1

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 43690 byte(s)
Diff to previous 43761
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

Revision 43761 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 16 13:36:17 2012 UTC (2 years, 9 months ago) by moneta
File length: 43660 byte(s)
Diff to previous 40086
modify all TH1::Add (and those of the derived classes) to return a Bool_t which is false when 
the method fails because the histograms ar enot consistent
(see https://savannah.cern.ch/bugs/?92635 )

Revision 40086 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 30 09:04:17 2011 UTC (3 years, 6 months ago) by couet
File length: 43587 byte(s)
Diff to previous 37945
The values set by SetMaximum() and SetMinimum() were not taken into account by GetMaximum() and GetMinimum().

Revision 37945 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 2 15:35:05 2011 UTC (3 years, 11 months ago) by couet
File length: 43415 byte(s)
Diff to previous 37767
- Implement the destructor and the Reset methods.

Revision 37767 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 12 11:59:14 2011 UTC (4 years ago) by couet
File length: 42912 byte(s)
Diff to previous 37434
- Implement Add(const TH1 *h1, Double_t c1);

Revision 37434 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 9 12:56:54 2010 UTC (4 years, 1 month ago) by couet
File length: 41578 byte(s)
Diff to previous 37367
- Use the inherited Draw method from TH1
- Implement DrawCopy

Revision 37367 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 7 14:53:32 2010 UTC (4 years, 1 month ago) by couet
File length: 41769 byte(s)
Diff to previous 37196
- Make the two vector x an y const in:
  AddBin(Int_t n, const Double_t *x, const Double_t *y);

Revision 37196 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 2 16:31:27 2010 UTC (4 years, 1 month ago) by couet
File length: 41757 byte(s)
Diff to previous 37189
- Remove TH2PolyBin::GetAreaPolygon() and use TGraph::Integral() instead.
It was the same code.

Revision 37189 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 2 15:36:35 2010 UTC (4 years, 1 month ago) by couet
File length: 42335 byte(s)
Diff to previous 37177
- One iteration was missing in GetAreaPolygon

Revision 37177 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 2 13:27:51 2010 UTC (4 years, 1 month ago) by couet
File length: 42289 byte(s)
Diff to previous 37077
- New Fill method:  Fill(const char* name, Double_t w);

Revision 37077 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 29 16:52:23 2010 UTC (4 years, 1 month ago) by couet
File length: 41748 byte(s)
Diff to previous 36744
- Help improvements

Revision 36744 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 18 13:51:02 2010 UTC (4 years, 2 months ago) by couet
File length: 41729 byte(s)
Diff to previous 36739
- The overflow bins were not initialized.

Revision 36739 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 18 10:19:02 2010 UTC (4 years, 2 months ago) by couet
File length: 41680 byte(s)
Diff to previous 36668
- protect bin=0 in GetBinContent

Revision 36668 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 15 14:13:25 2010 UTC (4 years, 2 months ago) by couet
File length: 41678 byte(s)
Diff to previous 36624
- Improve doc

Revision 36624 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 12 12:17:06 2010 UTC (4 years, 2 months ago) by couet
File length: 41198 byte(s)
Diff to previous 36582
- Use option GLLEGO instead of GLHP to plot a TH2Poly as lego plot.

Revision 36582 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 10 09:47:00 2010 UTC (4 years, 2 months ago) by couet
File length: 41194 byte(s)
Diff to previous 36581
- Fix coverity report #23127

Revision 36581 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 10 09:03:10 2010 UTC (4 years, 2 months ago) by couet
File length: 41074 byte(s)
Diff to previous 36580
- Fix coverity reports #23130 #23131 and #23132

Revision 36580 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 10 08:41:40 2010 UTC (4 years, 2 months ago) by couet
File length: 41140 byte(s)
Diff to previous 36579
- Fix the coverity report #23126

Revision 36579 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 10 08:33:56 2010 UTC (4 years, 2 months ago) by couet
File length: 41101 byte(s)
Diff to previous 36557
- Fix coverity report #23123

Revision 36557 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 9 14:39:08 2010 UTC (4 years, 2 months ago) by couet
File length: 41159 byte(s)
Diff to previous 36531
- Remove useless code

Revision 36531 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 8 10:32:32 2010 UTC (4 years, 2 months ago) by couet
File length: 42000 byte(s)
Diff to previous 36530
- Replace sqrt by TMath::Sqrt (buildbot report)

Revision 36530 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Nov 8 10:24:42 2010 UTC (4 years, 2 months ago) by couet
File length: 41965 byte(s)
- New class TH2Poly (histograms with polygonal bins)

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