- Feb 18, 2019
-
-
Guilherme Amadio authored
Can cause unnecessary extra linking to system libraries. We should add linking libraries directly to each target that needs it.
-
Vassil Vassilev authored
The OSX linker stores the symbols in a shared library by adding an extra "_" as prefix to the mangled name. However, the llvm JIT gives us a unix mangled name. This patch adds a the missing extra prefix if we are on OSX.
-
Stefan Wunsch authored
-
- Feb 17, 2019
-
-
Vassil Vassilev authored
-
Vassil Vassilev authored
The old location excluded them only from the modulemap however rootcling still tried to build a module for them.
-
- Feb 15, 2019
-
-
Lorenzo Moneta authored
the simulated annealing minimizer algorithm from GSL. This fixes ROOT-4880
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
Checking with output plot the result obtained now it is correct, while it wasn't really before. Onother crossing points for the limit was found but at a lower valuie.
-
Lorenzo Moneta authored
Fix also root finding in roostats in hypotestinverter that edges are returned when interval does not contain a root.
-
Lorenzo Moneta authored
This commit provides improvement to the BrentRootFinder and to TF1::GetX which uses it. Now the bracketing is improved and the algorithms find in case of multiple roots the one with lower x value. In case the interval does not contain a ROOT an error message is produced and a NaN is returned instead of returning a random value as before. This commit fixes the problem reported in ROOT-4998 The current test. testRootFinder is improved using gtest and adding the case of multiple roots and of log grid searchj that BrentRootFinder supports.
-
Henry Fredrick Schreiner authored
-
- Feb 14, 2019
-
-
Axel Naumann authored
(cherry picked from commit 5083cf55)
-
Henry Schreiner authored
-
Danilo Piparo authored
1. Strings enclosed in double quotes are supported as much as strings enclosed in single quotes. 2. It is not an error if during the parsing of a number after ".e" comes a non-digit: it could be a method or a column name.
-
Stefan Wunsch authored
Omit explicit import of TIter since this triggers cppyy to fetch the class upon importing ROOT. Acessing TIter through cppyy.gbl.TIter does the same job lazily.
-
Enrico Guiraud authored
-
Enrico Guiraud authored
...and test
-
Enrico Guiraud authored
...and test
-
- Feb 13, 2019
-
-
Dennis Klein authored
If the comment is left in the code, the html documentation renderer shows it as part of the next member function which is misleading.
-
Enrico Guiraud authored
...and add test coverage
-
Andrei Gheata authored
Default GDML import units restored to Geant4 ones. Can be changed before import using TGeoManager::SetDefaultRootUnits().
-
Stefan Wunsch authored
-
- Feb 12, 2019
-
-
Guilherme Amadio authored
-
Guilherme Amadio authored
This is to avoid direct linking to TBB in e.g. libTree, since TBB should be encapsulated by libImt.
-
Guilherme Amadio authored
This is to avoid direct linking to compression libraries in libraries that link to libCore.
-
Guilherme Amadio authored
Without using '^' and '$', the regular expression also matches things that contain the keywords, like FILESYSTEM.
-
Stefan Wunsch authored
-
Henry Fredrick Schreiner authored
-
Olivier Couet authored
-
Olivier Couet authored
The following example shows the improvement. { auto h = new TH1F("h","h",5,0.5,5.5); h->SetBinContent(1,100000); h->SetBinContent(2,10000); h->SetBinContent(3,1000); h->SetBinContent(4,100); h->SetBinContent(5,10); h->SetMinimum(50.); h->SetMaximum(40000); h->Draw("L*"); gPad->SetLogy(); }
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
It is equivalent to gStyle->SetHistMinimumZero(1), but can be specified individually for histogram
-
Sergey Linev authored
For the moment it is just gStyle->GetHistMinimumZero() value
-
Lorenzo Moneta authored
Fix the exclusion of underflow bin (and include the last bin) when computing the shortest interval in the BayesianCalculator (#3402) * fix a bug in excluding underflow bin when computing shortest interval in BayesianCalculator::ComputeShortestInterval. This fixes problem reported in ROOT-4619 * update refeerence file for changes in Bayesian shortest interval after bug fix * Revert "update refeerence file for changes in Bayesian shortest interval after bug fix" This reverts commit d51c85a5ac1a32161d6e66d10b9426d242591d0c. * Add another fix in computation of the shortest interval in the BayesianCalculator. - The computed interval was shifted by one bin. - The reference file did not need to be updates since the reference results are hard coded and taken from a paper. - Add now a new method returning the histogram approximating the posterior. - Increase the number of bins when computing the posterior histogram in stressRooStats
-
- Feb 11, 2019
-
-
Enrico Guiraud authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-