DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
hdf5libs.HDF5RawDataFile Class Reference
Inheritance diagram for hdf5libs.HDF5RawDataFile:
[legend]
Collaboration diagram for hdf5libs.HDF5RawDataFile:
[legend]

Public Member Functions

 get_all_record_ids (self)
 
 get_all_trigger_record_ids (self)
 
 get_all_timeslice_ids (self)
 

Detailed Description

Definition at line 7 of file __init__.py.

Member Function Documentation

◆ get_all_record_ids()

hdf5libs.HDF5RawDataFile.get_all_record_ids ( self)

Definition at line 10 of file __init__.py.

10 def get_all_record_ids(self):
11 return sorted(super().get_all_record_ids())

◆ get_all_timeslice_ids()

HDF5RawDataFile.record_id_set dunedaq.hdf5libs.HDF5RawDataFile.get_all_timeslice_ids ( self)

Definition at line 14 of file __init__.py.

14 def get_all_timeslice_ids(self):
15 return sorted(super().get_all_timeslice_ids())

◆ get_all_trigger_record_ids()

HDF5RawDataFile.record_id_set dunedaq.hdf5libs.HDF5RawDataFile.get_all_trigger_record_ids ( self)

Definition at line 12 of file __init__.py.

12 def get_all_trigger_record_ids(self):
13 return sorted(super().get_all_trigger_record_ids())

The documentation for this class was generated from the following files: