Skip to content

Commit

Permalink
adding a new test file and udpating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhristenko committed Nov 14, 2016
1 parent c56b9a4 commit 1cd0d94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Connect [ROOT](https://root.cern.ch/) to [ApacheSpark](http://spark.apache.org/)
## Supported Features
- Basic Numerical Types (e.g. Int, Float, Double Byte , Short)
- Char is represented as Byte
- Single TLeaf for a branch
- C like structs stored for a branch (e.g. where leaflist has "var1/I:var2/I") are not yet supported
- Single or Multi TLeaf for a branch
- C like structs stored for a branch are also supported. These are identified in a TTree as a TBranch with multiple TLeafs.
- Structs can contiain fixed size arrays of any dimension.
- 1D or N-Dimensional arrays are supported of fixed dimensions and of simple Numerical Types

## Requirements
Expand Down
Binary file added src/test/resources/test_root4j.root
Binary file not shown.

0 comments on commit 1cd0d94

Please sign in to comment.