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?