You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem reading the linked file. There is a TTree called polio_metadata with a branch called events___CollectionTypeInfo of type tuple<unsigned int, string, bool, unsigned int>. I am interested to get the element 1 of the tuple, which is string. But I get an error:
I have a problem reading the linked file. There is a TTree called
polio_metadata
with a branch calledevents___CollectionTypeInfo
of typetuple<unsigned int, string, bool, unsigned int>
. I am interested to get the element 1 of the tuple, which is string. But I get an error:I can get element 0 without problems:
Do you know a way out?
The text was updated successfully, but these errors were encountered: