DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq
sourcecode
hdf5libs
python
hdf5libs
__init__.py
Go to the documentation of this file.
1
from
._daq_hdf5libs_py
import
*
2
from
._daq_hdf5libs_py
import
_HDF5RawDataFile
3
4
# from . import _daq_hdf5libs_py as x
5
# print(dir(x))
6
7
class
HDF5RawDataFile
(_HDF5RawDataFile):
8
9
#return sorted record numbers here
10
def
get_all_record_ids
(self):
11
return
sorted(super().
get_all_record_ids
())
12
def
get_all_trigger_record_ids
(self):
13
return
sorted(super().
get_all_trigger_record_ids
())
14
def
get_all_timeslice_ids
(self):
15
return
sorted(super().
get_all_timeslice_ids
())
hdf5libs.HDF5RawDataFile
Definition
__init__.py:7
hdf5libs.HDF5RawDataFile.get_all_timeslice_ids
get_all_timeslice_ids(self)
Definition
__init__.py:14
hdf5libs.HDF5RawDataFile.get_all_record_ids
get_all_record_ids(self)
Definition
__init__.py:10
hdf5libs.HDF5RawDataFile.get_all_trigger_record_ids
get_all_trigger_record_ids(self)
Definition
__init__.py:12
Generated on Sat Jun 28 2025 for DUNE-DAQ by
1.12.0