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

Log of /trunk/roofit/roostats/src/HybridResult.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: 9707 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: 9685 byte(s)
Diff to previous 34109
fixes from Coverity. Majors bugs are in MCMCInterval (memory leak + misuse of array)

Revision 34109 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 24 15:00:16 2010 UTC (4 years, 7 months ago) by moneta
File length: 9657 byte(s)
Diff to previous 32175
merge roostats development branch from revision 33228 to 34108 included

Revision 32175 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 2 08:57:08 2010 UTC (4 years, 11 months ago) by moneta
File length: 9645 byte(s)
Diff to previous 31276
- apply patch from Mattias Ellert to fix the documentation

Revision 31276 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 18 15:06:42 2009 UTC (5 years, 2 months ago) by moneta
File length: 9677 byte(s)
Diff to previous 30462
merge developments in https://root.cern.ch/svn/root/branches/dev/roostats/roofit/roostats from revision 30833 to revision 31273 


fix also the tutorials due to the new changes (copy from branch)

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: 8366 byte(s)
Diff to previous 28963
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 28963 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 12 15:47:45 2009 UTC (5 years, 7 months ago) by wouter
File length: 8104 byte(s)
Diff to previous 26434
  * roofit/roofit & roofit/roofitcore

    - Update from dev/roostats branch

    - Addition of RooMinimizer interface (from Alfio)

  * roofit/roostats

    - Minimal changes need to follow some code
      changes in roofit/roofitcore

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: 8105 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: 6608 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/src/HybridResult.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/HybridResult.cxx
File length: 6608 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/HybridResult.cxx
File length: 6607 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/HybridResult.cxx
File length: 6609 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/HybridResult.cxx
File length: 6609 byte(s)
Diff to previous 26298
- 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 26298 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 19 16:31:24 2008 UTC (6 years, 2 months ago) by schott
Original Path: branches/dev/roostats/roofit/roostats/src/HybridResult.cxx
File length: 6662 byte(s)
Diff to previous 26291
Applied coding conventions

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/HybridResult.cxx
File length: 6662 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/HybridResult.cxx
File length: 6652 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