[root] / trunk / hist / hist / inc / TH2Poly.h Repository:
ViewVC logotype

Log of /trunk/hist/hist/inc/TH2Poly.h

Parent Directory Parent Directory


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

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: 7846 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: 7899 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: 7894 byte(s)
Diff to previous 37945
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 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: 7888 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: 7847 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: 7651 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: 7596 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: 7584 byte(s)
Diff to previous 37177
- Remove TH2PolyBin::GetAreaPolygon() and use TGraph::Integral() instead.
It was the same code.

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: 7648 byte(s)
Diff to previous 36557
- New Fill method:  Fill(const char* name, Double_t w);

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: 7681 byte(s)
Diff to previous 36530
- Remove useless code

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: 7950 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