-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
DUNE analysis needs 2+ dimensional binning
ND280 analysis needs 2D arbitrary rectangular binning (TH2Poly-like)
Drop other constraints below:
I've implemented hyper-rectangular NDim binning in a minimally intrusive way (MaCh3 Core just sees a 1D axis in 'global bin number'). However, the current implementation works as a product of 1D axes and so cannot solve the ND280 problem. I have implementations for an arbitrary hyper-rectangular version, but didn't commit to implementing it yet as it wasn't needed for our DUNE use case (but might be in the future).
Apparently @KSkwarczynski is also working on a separate new binning technique, Add details/discussion here and lets discuss new binnings!