|
epic-drich-beam-test-analysis
ePIC dRICH beam test analysis framework
|
Sequential cursor-based reader for ALCOR hit-level data in a ROOT TTree. More...
Go to the source code of this file.
Classes | |
| class | alcor_data_streamer |
Sequential cursor-based reader for ALCOR hit-level data in a ROOT TTree.
Wraps a ROOT TFile/TTree pair and exposes a minimal streaming API: call read_next() in a loop until eof(), inspecting current() each iteration. Move-only: copying is disabled to prevent double-free of ROOT resources.