-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[THRatio] fix again division of histograms with different labels
The ROOT `Divide()` requires that bin labels, if present, are the same in the numerator and the denominator, otherwise it prints a warning message. The changes in this commit fix the copy of bin labels from numerator to denominator, that was broken by a recent update.
- Loading branch information
1 parent
803b087
commit d0a0256
Showing
2 changed files
with
81 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters