epic-drich-beam-test-analysis
ePIC dRICH beam test analysis framework
Loading...
Searching...
No Matches
alcor_data_streamer.h File Reference

Sequential cursor-based reader for ALCOR hit-level data in a ROOT TTree. More...

#include <string>
#include "TFile.h"
#include "TTree.h"
#include "alcor_data.h"

Go to the source code of this file.

Classes

class  alcor_data_streamer
 

Detailed Description

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.