km3pipe.io.clb¶
Pumps for the CLB data formats.
Module Contents¶
Classes¶
CLBPump() |
A pump for binary CLB files. |
CLBHeader(byte_data=None, file_obj=None) |
Wrapper for the CLB Common Header binary format. |
-
class
km3pipe.io.clb.CLBPump[source]¶ Bases:
km3pipe.core.PumpA pump for binary CLB files.
-
class
km3pipe.io.clb.CLBHeader(byte_data=None, file_obj=None)[source]¶ Bases:
objectWrapper for the CLB Common Header binary format.
- Args:
- file_obj (file): The binary file, where the file pointer is at the
- beginning of the header.
- Attributes:
- size (int): The size of the original DAQ byte representation.