-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test STL containers. * Start working on interpreting STL containers in TTrees. * Added 'context' to 'basket_array'. * All of the STL collection branches have the right interpretations. * 'context' tricks to read headers outside of TTrees but not inside. * Reading nested vectors, too. Got rid of the 'multiplicity' thing. * AsSTLContainers are explicitly labled by whether they read headers or not. * Deserialized first std::map in TTree. * All STL collections can now be read. * SAVE WORK; everything will break. * fParentName-based solution to finding streamers. * Remove commented-out bad code and fix filename. * Interpretations produce typenames now. * Another string case works. * All of the STL tests work; only 3 (non-STL) are skip/FIXME.
- Loading branch information
Showing
20 changed files
with
1,796 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.