Log of /trunk/math/physics/src/TRolke.cxx
Parent Directory
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
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
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
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.