Reading a vector<vector<int>>

Hi there,

I’m using root6 and I have a tree which have a Branch which contains a object which is of type vector<vector>.
I’m able to read the tree using TTreeReaderValue and see the content of the Branch, but I’m not able to actually save the data in a variable that I could use later (either to perform operations or to plot).
Do you have any idea what I could do to be able to work with such an object in ROOT ?

Thank you very much

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.