Support for aanet 'usr' fields in OfflineReader
Is it possible to access the aanet usr
fields from OfflineReader?
r = ki.OfflineReader(file)
u = r['usr']
correctly instantiates an object but I am not sure if it's possible and how to access its content (I would expect uproot to provide you dictionary-like access for free?)