DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1from ._daq_hdf5libs_py import *
2from ._daq_hdf5libs_py import _HDF5RawDataFile
3
4# from . import _daq_hdf5libs_py as x
5# print(dir(x))
6
7class HDF5RawDataFile(_HDF5RawDataFile):
8
9 #return sorted record numbers here
11 return sorted(super().get_all_record_ids())
13 return sorted(super().get_all_trigger_record_ids())
15 return sorted(super().get_all_timeslice_ids())