LegendTextIO
Also see LegendTextIO on GitHub and the full package documentation.
Modules
Types and constants
Functions and macros
Documentation
LegendTextIO.DarioHitsFile
— TypeDarioHitsFile(file::Union{IOStream, AbstractString}; batch_size::Integer=10)
represents a .root.hits
file given by MaGe's Dario output scheme. A DarioHitsFile
can be iterated or read to yield events, which contain data on energy depositions, i.e. hits.
A DarioHitsFile
is also a Tables.jl compatible row table of events. batch_size
determines the number of events grouped into partitions when Tables.partitions
is used. To change the default of 10, see DARIO_HITS_BATCH_SIZE
.