Closed omazapa closed 4 years ago
Can you check what happens if the branch list is an std::vector
constructed from Python?
branchList = ROOT.std.vector('std::string')()
branchList.push_back('eta1')
branchList.push_back('eta2')
it works, thanks, Enric!
Hi Javier,
I am trying to save a snapshot with multiple branches but it is not working,
I am using the last version.
error