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
For further work (eg plotting) it would be useful to have the option to return shapes as if all flow bins existed, padded with 0s. This could be sth like values(allflow=True) or values(forceflow=True). This would allow the same flow access as uprootTH1s making the interface a bit more uniform. Currently one has to run a series of checks on the dimensionality of values(flow=True) or hasattrs and checks on underflow/overflow traits in each axis.
The text was updated successfully, but these errors were encountered:
For further work (eg plotting) it would be useful to have the option to return shapes as if all flow bins existed, padded with 0s. This could be sth like
values(allflow=True)
orvalues(forceflow=True)
. This would allow the same flow access asuproot
TH1s
making the interface a bit more uniform. Currently one has to run a series of checks on the dimensionality ofvalues(flow=True)
or hasattrs and checks on underflow/overflow traits in each axis.The text was updated successfully, but these errors were encountered: