Log of /trunk/roofit/roostats/src/UpperLimitMCSModule.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: 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
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
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
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.