DiskReader Read large files in chunks
When files are reused by the DiskReader
, only a single file is used. To get a large sample of events, a large file is needed. That only works if the files are read in chunks, because RawFile::read
takes an int
as a size argument, which easily overflow.
Edited by Roel Aaij