Skip to content
Snippets Groups Projects

Resolve "Reduce the amount of uproot.open (to one)"

Merged Tamas Gal requested to merge 36-reduce-the-amount-of-uproot-open-to-one into master
2 files
+ 0
37
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
12
@@ -210,18 +210,6 @@ class OfflineKeys:
"""
return km3io.definitions.trigger.data
@cached_property
def reconstruction(self):
"""reconstruction parameters and their index from km3net-Dataformat.
Returns
-------
dict
dictionary of reconstruction parameters and their index in an
Offline file.
"""
return km3io.definitions.reconstruction.data
class Reader:
"""Reader for one offline ROOT file"""
Loading