Support multiple weights
Open
- Dominant language
- C++
- Stars
- 334
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
The current setup allows several samples to be passed to the histogram, but only one weight. Some users want to track several weights simultaneously, see
https://github.com/scikit-hep/boost-histogram/issues/83
This can be achieved with a new multi_weight type and some minor changes to the existing accumulators.
Contributor guide
Assessment
This issue has not been assessed yet.