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

Log of /trunk/roofit/roostats/src/UpperLimitMCSModule.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: 7298 byte(s)
Diff to previous 44035
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 44035 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 30 15:01:12 2012 UTC (2 years, 8 months ago) by moneta
File length: 7276 byte(s)
Diff to previous 44034
fix some compilation errors

Revision 44034 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 30 14:54:15 2012 UTC (2 years, 8 months ago) by moneta
File length: 7274 byte(s)
Diff to previous 31316
Verious fixes for outstanding Coverity issues (mainly add check of returned pointers to avoid  to dereference them)

Revision 31316 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 19 15:21:34 2009 UTC (5 years, 2 months ago) by moneta
File length: 7157 byte(s)
Diff to previous 31315
fix a problem in likelihoodinterval and upperlimitmcmsmodule

Revision 31315 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 19 15:03:29 2009 UTC (5 years, 2 months ago) by moneta
File length: 7133 byte(s)
Diff to previous 31276
- use same code for lower and upper limit (old code wasleft by mistake for lower limit)
- no need to fit in UpperLimitMCSModule

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: 7131 byte(s)
Diff to previous 30489
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 30489 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 26 17:38:52 2009 UTC (5 years, 3 months ago) by moneta
File length: 7188 byte(s)
Diff to previous 30462
merge changes from dev branch. Fix for nightly and add  class HypoTestInverter clas from Gregory

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: 7191 byte(s)
Copied from: branches/dev/roostats/roofit/roostats/src/UpperLimitMCSModule.cxx revision 30459
Diff to previous 30453
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 30453 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 25 14:19:46 2009 UTC (5 years, 3 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/src/UpperLimitMCSModule.cxx
File length: 7191 byte(s)
Diff to previous 30450
- some quick cleanup of the class

Revision 30450 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 25 13:30:32 2009 UTC (5 years, 3 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roostats/src/UpperLimitMCSModule.cxx
File length: 7582 byte(s)
Diff to previous 30330
- New version of ModelConfig

- Rename BayesianNumIntCalculator BayesianCalculator 
   
- improve calculator classes (Hybrid, Likelihood and Bayesian) to use the ModelConfig
  - clean up teh classes removing many setter methods

- remove usage of WorkSpace from the calculator. 

- CombinedCalculator
   store now the pointer to pdf and parameters instead of workspace and names 

- LikelihoodCalculator: 

   fix GetHypoTest() 

- HybridCalculator: 
  remove WS as data member and remove it fro constructor and setter methods

Revision 30330 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 21 12:54:03 2009 UTC (5 years, 4 months ago) by wouter
Original Path: branches/dev/roostats/roofit/roostats/src/UpperLimitMCSModule.cxx
File length: 7628 byte(s)
Copied from: branches/dev/roostats/roofit/roofitcore/src/RooUpperLimitMCSModule.cxx revision 30296
Diff to previous 30293

    o  RooUpperLimitMCSModule,UpperLimitMCSModule
          
        - Move contributed class RooUpperLimitMCSModule from roofitcore
          to roostats to avoid circular dependency between
          roofitcore and roostats.

        - Rename class to comply with RooStats naming convention

Revision 30293 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 18 18:43:07 2009 UTC (5 years, 4 months ago) by wouter
Original Path: branches/dev/roostats/roofit/roofitcore/src/RooUpperLimitMCSModule.cxx
File length: 7633 byte(s)
Diff to previous 30055
    o  RooUpperLimitMCSModule
          
        - Fix some compiler warnings due to incorrectly ordered initializer lists

Revision 30055 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 7 14:31:09 2009 UTC (5 years, 4 months ago) by moneta
Original Path: branches/dev/roostats/roofit/roofitcore/src/RooUpperLimitMCSModule.cxx
File length: 7633 byte(s)
Diff to previous 29726
fix a compilation error on g++ 4.3 and remove some compilation warnings

Revision 29726 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Aug 7 17:10:02 2009 UTC (5 years, 5 months ago) by schott
Original Path: branches/dev/roostats/roofit/roofitcore/src/RooUpperLimitMCSModule.cxx
File length: 7632 byte(s)
two new modules for toy-MC studies (randomization of nuisance parameters and computation of profile likelihood upper limits)

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