You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the interface to obtain a particular set of histograms from a histogram collection is a little bit clumsy. It would be nice to improve this, using something like array slices or otherwise, but this needs a bit of thought.
At the moment the interface to obtain a particular set of histograms from a histogram collection is a little bit clumsy. It would be nice to improve this, using something like array slices or otherwise, but this needs a bit of thought.
For example, it would be nice to make the sorts of things done here: cmsl1t/plotting/efficiency.py#L64-L69 and here: cmsl1t/plotting/efficiency.py#L72-L80
I think this should only really need changes to the HistCollection and the binning.Base classes.
The text was updated successfully, but these errors were encountered: