go-hep / hep

hep is the mono repository holding all of go-hep.org/x/hep packages and tools
https://go-hep.org
BSD 3-Clause "New" or "Revised" License
230 stars 35 forks source link

groot/riofs: export in-memory read-only RMemFile ROOT file #935

Closed sbinet closed 2 years ago

sbinet commented 2 years ago

This CL export RMemFile, that provides a simple way to create in-memory read-only ROOT files.

sbinet commented 2 years ago

PTAL @aphecetche

codecov-commenter commented 2 years ago

Codecov Report

Merging #935 (474d07a) into main (bb8ad3d) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #935   +/-   ##
=======================================
  Coverage   73.80%   73.80%           
=======================================
  Files         410      410           
  Lines       48798    48799    +1     
=======================================
+ Hits        36013    36014    +1     
  Misses      10501    10501           
  Partials     2284     2284           
Impacted Files Coverage Δ
groot/riofs/memfile.go 60.00% <100.00%> (+10.00%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bb8ad3d...474d07a. Read the comment docs.