Skip to content
Snippets Groups Projects

Draft: Implementation of the dynamic calibration

Open Tamas Gal requested to merge dynamic-calibration into main
4 files
+ 97
3
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 5
1
struct H5CompoundDatasetCache{T}
abstract type AbstractH5Dataset end
struct H5CompoundDatasetCache{T} <: AbstractH5Dataset
buffer::Vector{T}
size::Int
end
@@ -36,6 +38,8 @@ function Base.flush(d::H5CompoundDataset; nolock=false)
d
end
struct H5SplitDataset{T} end
"""
A wrapper for an HDF5 file used in KM3NeT.
Loading