scikit-hep / uproot3

ROOT I/O in pure Python and NumPy.
BSD 3-Clause "New" or "Revised" License
314 stars 67 forks source link

Add interpretation for vector<long long> #508

Closed masonproffitt closed 4 years ago

masonproffitt commented 4 years ago

Addresses #507. By https://root.cern.ch/doc/master/RtypesCore_8h.html, Long_t is long and Long64_t is long long (and similarly for the unsigned versions).

jpivarski commented 4 years ago

Thanks—I should include this in Uproot 4, too. Fortunately, there's only one place to put it in Uproot 4 (in a real parser... well, tokenizer and set of passing rules).

jpivarski commented 4 years ago

Sorry that this took so long to fix and merge!