SysError in <TFile::ReadBuffer>: error reading from file

This is a bug in ROOT 5 and 6.
Rename your subdirectory so that its name does not end with “.root” (e.g. into something like “....1_out_root”) or use t->Add("user.....1_out.root/*.root"); (note: it must be “*.root”, it cannot be “*.root*” nor “*root” nor “*root*”).