[root] / trunk / roofit / roostats / src / HybridPlot.cxx Repository:
ViewVC logotype

Log of /trunk/roofit/roostats/src/HybridPlot.cxx

Parent Directory Parent Directory


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

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: 9925 byte(s)
Diff to previous 35810
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 35810 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 27 20:05:22 2010 UTC (4 years, 3 months ago) by moneta
File length: 9903 byte(s)
Diff to previous 32746
fixes from Coverity. Majors bugs are in MCMCInterval (memory leak + misuse of array)

Revision 32746 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 25 09:57:44 2010 UTC (4 years, 10 months ago) by moneta
File length: 9889 byte(s)
Diff to previous 30654
fix a bug in filling the shaded histogram in HybridPlot::Draw()
see https://savannah.cern.ch/bugs/?64854

Revision 30654 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 9 15:07:52 2009 UTC (5 years, 3 months ago) by moneta
File length: 9878 byte(s)
Diff to previous 30462
- clean up of HybridPlot and draw it in current pad
- add support for using CL_S or CL_SB in HypoTestInvertor
- fix a probelm in constructor of BayesianCalculator

Revision 30462 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 25 16:05:55 2009 UTC (5 years, 3 months ago) by moneta
File length: 9334 byte(s)
Diff to previous 29162
merge with roostats dev branch all the changes from release 5.24
 (see full log in http://root.cern.ch/viewvc/branches/dev/roostats/?view=log from revision 29258)

Revision 29162 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 23 10:55:30 2009 UTC (5 years, 7 months ago) by brun
File length: 9387 byte(s)
Diff to previous 26992
From Fons:
in addition to the tmva, here the latest diff for OpenSolaris. With this everything compiles fine.

Revision 26992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 17 15:18:51 2008 UTC (6 years, 1 month ago) by moneta
File length: 9382 byte(s)
Diff to previous 26434
from Greogory: fix plot label

Revision 26434 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 24 21:29:32 2008 UTC (6 years, 2 months ago) by moneta
File length: 9332 byte(s)
Diff to previous 26324
merge latest developments from the roostats branch
mainly improvement in HybridCalculator and HybridResult classes from Gregory.
Inheritance from HypoTestResult is added to the HybridResult. 

Update also the tutorial for the hybrid calculator is added
Removed the obsolete tutorial rs101 superseeded by rs100

Revision 26324 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 20 17:17:32 2008 UTC (6 years, 2 months ago) by moneta
File length: 9260 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/src/HybridPlot.cxx revision 26322
Diff to previous 26322
Import from the branch a new version of RooStats from the developments of Kyle, Gregory and Wouter. 

 It includes various new classes and interfaces for hypotesis testing and interval calculation. 
 RooStats  contains now the implementation for the profile likelihood method (from Kyle) and the bayesian-frequentist hybrid method (imported from RooStatKarlsruhe by Gregory). 
A detail description of the classes is available in the THtml doc.  

Some new tutorials are added in tutorials/roostats

Revision 26322 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 20 16:47:05 2008 UTC (6 years, 2 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/src/HybridPlot.cxx
File length: 9260 byte(s)
Diff to previous 26317
add some comments in inmplentation methods (required by coding convention)

Revision 26317 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 20 15:31:05 2008 UTC (6 years, 2 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/src/HybridPlot.cxx
File length: 9120 byte(s)
Diff to previous 26316
- new attempt to fix svn:keywords  for Id

Revision 26316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 20 15:22:31 2008 UTC (6 years, 2 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/src/HybridPlot.cxx
File length: 9120 byte(s)
Diff to previous 26314
- fix a problem on Windows
- fix svn Id keyword

Revision 26314 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 20 14:53:11 2008 UTC (6 years, 2 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/src/HybridPlot.cxx
File length: 9119 byte(s)
Diff to previous 26299
- fix indentation to follow ROOT coding style rule (<SPACE> of 3 should be used for indentation). 
- add header guard in include in header files 
- use forward declaration whenever possible
- remove NameSpaceImp (RooStats) in all the file
- fix svn property
- fix some compilation error on Windows in HybridPlot

Revision 26299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 16:33:06 2008 UTC (6 years, 2 months ago) by schott
Original Path: branches/dev/roostats/roofit/roostats/src/HybridPlot.cxx
File length: 9983 byte(s)
Diff to previous 26294
Applied coding conventions

Revision 26294 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 14:19:56 2008 UTC (6 years, 2 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/src/HybridPlot.cxx
File length: 9993 byte(s)
Diff to previous 26291
- remove an undefined symbol, not needed

Revision 26291 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 13:35:19 2008 UTC (6 years, 2 months ago) by schott
Original Path: branches/dev/roostats/roofit/roostats/src/HybridPlot.cxx
File length: 10020 byte(s)
Diff to previous 26179
removal of Rsc class

Revision 26179 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Nov 13 13:52:20 2008 UTC (6 years, 2 months ago) by schott
Original Path: branches/dev/roostats/roofit/roostats/src/HybridPlot.cxx
File length: 5972 byte(s)
add hybridcalculator/results/plot classes

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