uproot.STLVector
Defined in uproot.containers on line 1608.
| Inheritance order: | 
|---|
| 
 | 
- class uproot.containers.STLVector(values)
- Parameters:
- values ( - numpy.ndarrayor iterable) – Contents of the- std::vector.
 - Representation of a C++ - std::vectoras a Python- Sequence.
tolist
Inherited from uproot.containers.Container.
- STLVector.tolist()
- Convert the data this collection contains into nested lists, sets, and dicts.