Log of /trunk/roofit/roostats/src/ModelConfig.cxx
Parent Directory
Revision
46177 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 25 14:18:34 2012 UTC (2 years, 3 months ago) by
moneta
File length: 8520 byte(s)
Diff to
previous 44697
fix a problem in re-defining a set when calling ModelConfig::Set**(updatedSet) where the updatedSet is already in workspace.
For example this is now working, before not
const RooArgSet * poi = modelConfig->GetParametersOfInterest();
poi->add(additionalPOI);
modelConfig->SetParametersOfInterest(*poi);
Revision
44697 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 15 10:02:40 2012 UTC (2 years, 7 months ago) by
moneta
File length: 8242 byte(s)
Diff to
previous 44696
- in ModelCOnfig::GuessObsAndNuis make printing an Info message
- fix a problem in a test following the previous changes in ModelCOnfig::GetSnapshot() . The fit for the PLC should start for a sig not equal to zero
Revision
44366 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed May 30 15:32:27 2012 UTC (2 years, 7 months ago) by
axel
File length: 7679 byte(s)
Diff to
previous 40899
Remove #include "Riostream.h" from roofitcore/inc/RooCacheManager.h, which pulls in using namespace std.
Deal with the consequences.
Revision
40899 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 16 09:28:50 2011 UTC (3 years, 4 months ago) by
moneta
File length: 7658 byte(s)
Diff to
previous 40001
When setting a new ArgSet in the ModelConfig remove the previous one if it was existing.
Now it is then possibile to re-define the sets, example:
modelConfig->SetObservables(RooArgSet(x)); // define observable x in the model
modelConfig->SetObservables(RooArgSet(y)); // remove x from list of observables and add y to its place
Revision
37084 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 29 21:37:13 2010 UTC (4 years, 1 month ago) by
moneta
File length: 7552 byte(s)
Diff to
previous 36602
merge from the development branch the changes applied by Kyle and Sven from revision 36852 to
37056.
Major changes: added HybridCalculatorGeneric
fixes for ModelConfig when reading from a file
Revision
30450 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Fri Sep 25 13:30:32 2009 UTC (5 years, 3 months ago) by
moneta
Original Path:
branches/dev/roostats/roofit/roostats/src/ModelConfig.cxx
File length: 2569 byte(s)
- 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.