Log of /trunk/roofit/histfactory/src/Measurement.cxx
Parent Directory
Revision
45703 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 27 13:31:18 2012 UTC (2 years, 4 months ago) by
moneta
File length: 14934 byte(s)
Diff to
previous 44598
from G. Lewis, merge 45566 applied in branches/dev/roostats
- Added additional methods to Measurement.cxx/.h to
make it easier for one to set parameters constant when
using python (previously, one had to interact with the
underlying c++ which was ugly).
- Allow one to set the value of a parameter (using both xml
and c++/python) using the "<ParamSetting" tag. Previously,
this tag was only used to set params constant. But, the
underlying DTD allowed for a "Val" attribute for this tag.
This attribute now actually sets the value of the underlying
parameter. (This is only a reasonable thing to do when also
setting the parameter constant, otherwise any initial value will
be washed away during the fit).
- Remove commented code, especially from ConfigParser.cxx
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: 12467 byte(s)
Diff to
previous 44353
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
44159 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon May 7 17:16:40 2012 UTC (2 years, 8 months ago) by
moneta
File length: 11505 byte(s)
Copied from:
branches/dev/roostats/roofit/histfactory/src/Measurement.cxx revision 43445
Diff to
previous 43443
merge changes in the histfactory from roostats development branches:
from 43442 to 43445 committed by G. Lewis:
- Removed Warning in RooStats HistFactory ConfigParser.cxx
- Updated HistFactory xml Parser, Added support for scripting, added various helper classes
from 43455 through r44158 by G. Lewis and Kyle Cranmer
new shape interpolation option
Updated histfactory: Streamline HistoToWorkspaceFactoryFast, MakeMeasurementAndModel, return workspace pointer
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.