Please read tips for efficient and successful posting and posting code
ROOT Version: 6.24
Platform: Not Provided
Compiler: Not Provided
Hi, i want to read a vector<vector > branch but i confronted with this error:
Error in <TTree::SetBranchAddress>: The class requested (vector<vector<int> >) for the branch "mc_mother_pdgId" is an instance of an stl collection and does not have a compiled CollectionProxy. Please generate the dictionary for this collection (vector<vector<int> >) to avoid to write corrupted data.
I’d appreciate if anyone helps me.