-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the flat-s hist hook as option for histograms
Within our histogram pipeline no rebinning is currently possible. This kind of feature is useful for inference models in combine. implements a hist-hook called "flat-s" that takes a finely binned histogram and rebins the histogram for given constraints. The hist-hook is split in 2 parts: - finding edges that full-fill the constraints - apply edges on given "Hist" histograms
- Loading branch information
1 parent
902b7bf
commit 10069a7
Showing
3 changed files
with
283 additions
and
0 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
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