Open
Description
I was wondering if there is an easy way to enable the use of overflow bins when specifying the binning for a region in the configuration.
My current workaround is modifying this line in histogram_creator.py
to enable the overflow although this also requires making a few modifications in histo.py
to get the overflow working there as well.
I guess one could always just define the binning in such a way that the last bin would effectively act as the overflow bin but I was thinking maybe there could be something more convenient like an additional property in the configuration that could enable this.
Also for my specific case I was only interested in the overflow bin but this would apply for underflow bin as well.