Skip to content
Snippets Groups Projects
Commit 96ec4335 authored by Rene Brun's avatar Rene Brun
Browse files

From Philippe:

This correct the support for nested collections.  Previously, those nested
collection were silently wrongly handled.
We now properly draw collections nested inside one collection (i.e. 2 levels
of variable size).  We explicitly do not support collection nested inside a
collection nested inside a collection (i.e. we can not support 3 levels of
variable size).  For those case, the user needs to use the script drawing
mechanism (or MakeProxy directly).

The nesting can be direct (vector<vector<classX> > or vector<vector<int> >)
or indirect vector<classX> which classX containing a vector<classY> or
vector<int>.


git-svn-id: http://root.cern.ch/svn/root/trunk@11188 27541ba8-7e3a-0410-8455-c3a389f83636
parent d3c85a64
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment