uproot.STLVector

Defined in uproot.containers on line 1505.

Inheritance order:

  1. uproot.containers.Container

  2. collections.abc.Sequence

  3. collections.abc.Reversible

  4. collections.abc.Collection

  5. collections.abc.Sized

  6. collections.abc.Iterable

  7. collections.abc.Container

class uproot.containers.STLVector(values)
Parameters:

values (numpy.ndarray or iterable) – Contents of the std::vector.

Representation of a C++ std::vector as a Python Sequence.

tolist

Inherited from uproot.containers.Container.

STLVector.tolist()

Convert the data this collection contains into nested lists, sets, and dicts.