spark-root_2.11-0.1.3 built against root4j-0.1.3
Substantial updates include reading of:
-
STL Collections of basic types
-
Nested STL Collections of basic types (e.g. vector<vector<map<int, float> > >)
only map and vector are supported for now -
Composite types of basic types
-
Composite types of other composites
-
Composite of STL Collection of Composite
-
STL Collections of Composite of basic types
-
STL Collections of Composite with STL Collection of Composite as a member.
this is not bullet proof, however tested for both split and non-split branches.
Limitations:
- Objects that derive from TObject
- any type of pointers
- fixed size arrays of classes as class members - should be easy to add, but current release doesn't support it . It is a pointer, but not of varying length....
VK