Problem w/ vector<vector> after opening file w/ that type

First try to:

gSystem->Exec("rm -f AutoDict*vector*vector*float*"); // just a precaution gInterpreter->GenerateDictionary("std::vector<std::vector<float> >", "vector"); gInterpreter->GenerateDictionary("std::vector<std::vector<std::vector<float> > >", "vector");
For “std::vector<std::vector >” see [url]Storing 2D vector [--> vector<vector<...> >] into a TTree
For “std::vector<std::vectorstd::string >” see [url]Problem in getting the vector < vector <string> > branch