ElementLink branch EventInfoAuxDyn.hardScatterVertexLink
in PHYSLITE can't be read
#1177
Labels
bug (unverified)
The problem described would be a bug, but needs to be triaged
There is one remaining issue from #951 - that is a particular ElementLink branch in PHYSLITE files that is not in a vector can't be read at the moment, although the way the data looks like it should be in scope what is supported by uproot:
The issue occurs in the
EventInfoAuxDyn.hardScatterVertexLink
branch (it has a subbranch with the same name)Reading it then fails with
UnknownInterpretation
. The data looks not too strangeWe can see the key and index fields - matching what we have in all the other ElementLinks that inherit from
ElementLinkBase
:Unfortunately there seems to be no streamer for ElementLink with HardScatterVertices as template argument, maybe that's the issue? Now seeing that i also checked with ROOT and it indeed also doesn't show a type for this branch with
TTree::Print
:Only shows "BASE"
The text was updated successfully, but these errors were encountered: