| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Revision: |
Remove #include "Riostream.h" from roofitcore/inc/RooCacheManager.h, which pulls in using namespace std. Deal with the consequences.
move header files for RooStats in inc/RooStats move header files for HistFactory in inc/RooStats/HistFactory
merge roostats development branch from revision 33228 to 34108 included
rename HybridCalculatorOld -> HybridCalculatorOriginal
Renaming: - HybridCalculator => HybridCalculatorOld and HybridCalculator2 => HybridCalculator - ToyMCSampler => ToyMCSamplerOld and ToyMCSampler2 => ToyMCSampler Note: File histories might behave unexpected for the renames that overwrite previous versions. Look up the file histories of the old names previous to this commit.
some verbosity messages
simplified hypothesis test loop to avoid repeate the same code; tmp patch to have the nll/fit/generation non-extended (to test)
o Updated documentation
o Updated documentation
initialize fUsePriorPdf in HybridCalculator constructor (default is false if no nuisance parameter is specified) ; add patch to restore the poi value after having used RooBrentRootFinder
-fix upper limit in HypoTestInverter. Create result before running the scan
add GetNumberOfToys function
- use consistent signature for constructing result classes have a default constructor and one passing the name + parameters and forget about the title
change HybridCalculator::SetTestStatistics to HybridCalculator::SetTestStatistic (removed s)
port latest changes committed in trunk http://root.cern.ch/viewvc?view=rev&revision=30646 http://root.cern.ch/viewvc?view=rev&revision=30654
- 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
numerous modelconfig fixes and added ModelConfig constructor to HybridCalculator
fix typos
add method for binned generation
fix constructor and default arguments
o HybridCalculator
- Replace RooTreeData -> RooAbsData
fix some problems with the new constructors of HybridCalculators update also the tutorial
- add Initialize methods in HypoTestCalculator + SetNuisancePdf and parameters - implement two additional constructor (using INitialize) in HybridCalculator
- implement also SetAlternatePdf using the S+B pdf - use ROOT::Math::nornal_quantile (it avoids a problem when z=0) - fix in the tutorial the import of the bkg pdf in the workspace. Use option RecycleConflictNodes(kTRUE)
- implement inheritance for HypoTestCalculator HybridCalculator - use references instead of pointers in Calculator interfaces - update tutorials for above changes
added THtml code documentation
fixed merging in hybridresult and coding convention
minor changes
removed TNamed inheritence and changed vector(float) to double
inheritance and hybridresult added one compilation error
- new attempt to fix svn:keywords for Id
- fix a problem on Windows - fix svn Id keyword
- fix indentation to follow ROOT coding style rule (<SPACE> of 3 should be used for indentation). - add header guard in include in header files - use forward declaration whenever possible - remove NameSpaceImp (RooStats) in all the file - fix svn property - fix some compilation error on Windows in HybridPlot
Applied coding conventions
-add some missing virtual destructors - add dictionary for the interfaces classes
add hybridcalculator/results/plot classes
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.
| Subversion Admin | ViewVC Help |
| Powered by ViewVC 1.0.9 |