- May 31, 2018
-
-
Enrico Guiraud authored
-
Enrico Guiraud authored
-
- May 30, 2018
-
-
Lorenzo Moneta authored
Fix the protected function Th1::IsEmpty used in TH1Merger for the case when both fTSumw=0 and fEntries=0, but in reality the bin contents are not zero. Add in this case a check to all bin contents, including underflow/overflows Fix also TH1::GetStats() for the case of labels histograms. In this case when you have fTSumw=0 and fEntries !=0 (for example after calling SetBinContent) you want to compute the correct fTsumw and fTsumw2 values
-
Danilo Piparo authored
-
Carsten Burgard authored
-
Lorenzo Moneta authored
This reverts commit 52a910dc.
-
Danilo Piparo authored
-
- May 29, 2018
-
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
Fix correct name for Standard/reference architecture
-
Lorenzo Moneta authored
-
Guilherme Amadio authored
These functions (enabled when -ffast-math is used) were only added in glibc 2.15. However, SLC 6 still uses glibc 2.12 and clang does not check before emitting the symbols, so linkage with clang is broken when fast math is enabled.
-
Bertrand Bellenot authored
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
-
Lorenzo Moneta authored
Add possibilities to pass options in TH1::Merge Print a warning in case of duplicate labels. Add an option to force merge numeric (bin centre by bin center values) and an option to skip duplicate labels check, which can be quite expensive in term of CPU time
-
Enrico Guiraud authored
-
Enrico Guiraud authored
This works around an ABI compatibility issue between cling and gcc on 32bit machines in which they disagree in the way arguments should be passed to such a function.
-
Axel Naumann authored
(cherry picked from commit ba4a8f21)
-
Danilo Piparo authored
-
- May 28, 2018
-
-
Danilo Piparo authored
-
Lorenzo Moneta authored
-
Axel Naumann authored
This check does more harm than good.
-
Bertrand Bellenot authored
-
Danilo Piparo authored
this allows to avoid missing symbols when running macros.
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Enrico Guiraud authored
Fixes coverity 98288.
-
Enrico Guiraud authored
Fixes coverity 98293, 98292, 98290, 98287, 98279.
-
- May 27, 2018
-
-
Danilo Piparo authored
-
- May 26, 2018
-
-
Danilo Piparo authored
-
Danilo Piparo authored
and update the documentation to the new behaviours, e.g. lazyness of cache, possible lazyness of Snapshot, Report is now an action.
-
- May 25, 2018
-
-
Xavier Valls Pla authored
-
Xavier Valls Pla authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Guilherme Amadio authored
-
Jakob Blomer authored
-
Axel Naumann authored
The double-decrement was causing *some* operations to not be interruptible, specifically those that had recursive ProcessLine() invocations, e.g. from PluginManager.
-