[root] / trunk / math / physics / src / TRolke.cxx Repository:
ViewVC logotype

Log of /trunk/math/physics/src/TRolke.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: 46877 byte(s)
Diff to previous 30837
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 30837 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 23 07:02:49 2009 UTC (5 years, 3 months ago) by moneta
File length: 46792 byte(s)
Diff to previous 27701
- use TSort instead of BubbleSort in TFeldmanCousins

- TRolke: fix some of the issues reported in https://savannah.cern.ch/bugs/index.php?53585

Revision 27701 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 6 07:16:49 2009 UTC (5 years, 10 months ago) by brun
File length: 45949 byte(s)
Diff to previous 27697
Fix compiler warnings

Revision 27697 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 5 20:39:30 2009 UTC (5 years, 10 months ago) by moneta
File length: 45935 byte(s)
Diff to previous 27570
- updated version of TRolke from John Lundberg with improved documentation

Revision 27570 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 23 09:31:56 2009 UTC (5 years, 11 months ago) by moneta
File length: 40692 byte(s)
Diff to previous 27566
fix compilaiton warning on gcc3.4

Revision 27566 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 22 15:29:35 2009 UTC (5 years, 11 months ago) by moneta
File length: 40680 byte(s)
Diff to previous 23481
- new version of TRolke from J. Lundberg

* New user interface:

The old user interface was very hard to use, and the documentation in the source was also not on par with the correct usage. The old interface was a single get-function with 12 arguments, and the user was supposed to figure out which ~ 5 arguments were relevant for a specific model (1 out of 7 models).
The new user interface is is easy to use correctly and hard to use incorrectly (TM). It's a single set-method for each method:

SetPoissonBkgBinomialEff(Int_t x,Int_t y,Int_t z,Double_t tau,Int_t m);
SetPoissonBkgGaussianEff(Int_t x,Int_t y,Double_t em, Double_t tau,Double_t sde);
SetGaussianBkgGaussianEff(Int_t x,Double_t bm,Double_t em, Double_t sde,Double_t sdb);
SetPoissondBkgknownEff(Int_t x,Int_t y,Double_t tau,Double_t e);
SetGaussianBkgknownEff(Int_t x,Double_t bm,Double_t sdb,Double_t e);
SetKnownBkgBinomialEff(Int_t x, Int_t z,Int_t m,Double_t b);
SetknownBkgGaussianEff(Int_t x,Double_t em,Double_t sde,Double_t b);


* New methods for getting:

- 'sensitivity' (average limits) and related quantities
- 'critical number' related to rejection of the null-hypothesis
 (no signal).

* Bug fixes. There was a few bugs in that some variables was used
 uninitialized. (Eg, input arguments which were not supposed to be
 used were used anyway.)

Revision 23481 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 15:22:36 2008 UTC (6 years, 9 months ago) by moneta
File length: 24472 byte(s)
Diff to previous 23477
 fix variable e in TRolke::EvalLikeMod1
  make now consistent with original Fortran code 
(available at Phystat : https://plone4.fnal.gov/P0/phystat/packages/0707001/1.1.0/view )

Revision 23477 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 14:31:19 2008 UTC (6 years, 9 months ago) by brun
File length: 24438 byte(s)
Diff to previous 22885
Fix shadowed variables

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 24462 byte(s)
Diff to previous 20882
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/physics/src/TRolke.cxx
File length: 24462 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/physics/src/TRolke.cxx
File length: 24462 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/physics/src/TRolke.cxx
File length: 24511 byte(s)
Diff to previous 16581
remove :$ from tag line

Revision 16581 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 20 16:01:21 2006 UTC (8 years, 3 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 24521 byte(s)
Diff to previous 15069
From Thomas Bretz;
a fix for TRolke which allows also calculation for more than 170 Events.

Revision 15069 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 17 06:49:59 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 24318 byte(s)
Diff to previous 15060
Fix coding conventions violations

Revision 15060 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 08:13:31 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 24325 byte(s)
Diff to previous 13583
Fix coding conventions violations

Revision 13583 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 9 11:44:15 2005 UTC (9 years, 1 month ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 23647 byte(s)
Diff to previous 12620
Add a reference to Nucl.Instrum.Meth.A551:493-503,2005 that describes
the TRolke class.

Revision 12620 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Sep 4 09:51:19 2005 UTC (9 years, 4 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 23605 byte(s)
Diff to previous 12072
Fix coding conventions violations.

Revision 12072 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 17 14:56:08 2005 UTC (9 years, 7 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 23527 byte(s)
Diff to previous 11101
From Anna Kreshuk
Use the new TMath::ChisquareQuantile instead of the less precise function
previously in TRolke.

Revision 11101 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 11 18:40:09 2005 UTC (9 years, 11 months ago) by rdm
Original Path: trunk/physics/src/TRolke.cxx
File length: 29899 byte(s)
Diff to previous 10524
remove warnings reported by gcc 4.0.0. Everything compiles without warnings
except for an error in G__Base2.cxx.

Revision 10524 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 13 12:58:20 2004 UTC (10 years, 2 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 29909 byte(s)
Diff to previous 10517
Update the comments comparing TRolke with TFeldmanCousins

Revision 10517 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 11 07:48:31 2004 UTC (10 years, 2 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 29861 byte(s)
Diff to previous 9976
Add a note from Jan Conrad in the class description of TRolke.
Refer to this note in the class descriptions of TLimit and TFeldmanCousins

Revision 9976 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 10 17:00:34 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 28729 byte(s)
Diff to previous 9856
Remove CRTL/M characters

Revision 9856 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 31 07:22:48 2004 UTC (10 years, 4 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 29711 byte(s)
Diff to previous 8195
From Jan Conrad
- added treatement of cases when maximum likelihood estimate (MLE) lies
  outside the physical region
- updated documentation
- example for bounded unbounded case added to Rolke.C tutorial

Revision 8195 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 13 14:27:00 2004 UTC (10 years, 11 months ago) by rdm
Original Path: trunk/physics/src/TRolke.cxx
File length: 26793 byte(s)
Diff to previous 8167
added missing cvs "// @(#)..." ident lines.

Revision 8167 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 9 15:43:42 2004 UTC (10 years, 11 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 26740 byte(s)
Diff to previous 8153
Move declaration of loop index i outside a switch statement

Revision 8153 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Feb 8 15:46:38 2004 UTC (10 years, 11 months ago) by brun
Original Path: trunk/physics/src/TRolke.cxx
File length: 26733 byte(s)
New class TRolke by Jan Conrad.
See class documentation

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