Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1517, comment 2


Ignore:
Timestamp:
Sep 10, 2021, 3:08:47 PM (3 years ago)
Author:
Pavel Demin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1517, comment 2

    initial v1  
    11Hi 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{{{
    33root [1] TBranch* branch = Delphes->GetBranch("Jet.Mass")
    44(TBranch *) 0x5bd3980
    55root [2] branch->GetSplitLevel()
    66(int) 0
    7 
     7}}}
    88I'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.