- Feb 14, 2019
-
-
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
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-