Changes between Initial Version and Version 1 of Ticket #1517, comment 2
- Timestamp:
- Sep 10, 2021, 3:08:47 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1517, comment 2
initial v1 1 1 Hi Pavel, thanks for the quick response. I noted in the documentation that the default splitlevel in all the ROOT::TTree::Branch() functions are 99 (fully split) so I'm wondering how the Delphes output seems to indicate a splitlevel of 0. Maybe I'm misreading things or looking at the branches incorrectly: 2 2 {{{ 3 3 root [1] TBranch* branch = Delphes->GetBranch("Jet.Mass") 4 4 (TBranch *) 0x5bd3980 5 5 root [2] branch->GetSplitLevel() 6 6 (int) 0 7 7 }}} 8 8 I'll play around with the parameter and see how things work. Perhaps we can close the issue at this point and if I find that a configurable one improves uproot, I can open up another ticket and reference this one.