Maciej Szymański
Maciej Szymański
Just to expand on what @Nowakus wrote, the use case is to read all the fields, something along the lines: ```py reader = ROOT.RNTupleReader.Open( ROOT.TFile.Open(fileName).Get("MetaData") ) entry = reader.CreateEntry() reader.LoadEntry(0,...
Just to confirm https://github.com/root-project/root/pull/19087 fixes the ATLAS use case. Thanks!
Just to confirm that [Marcin's example](https://github.com/root-project/root/issues/19022#issue-3140128724) now works using `dev3`. Thanks!