tohdf5 tries to access information that is not there
As raised in aanet issue 41, in aanet.py, line 519 it is asking for information that might not be existent (bjorken-y in a muon MC file).
Should there be a try
case and a default value if not existing? Or how to handle that situation best?