uproot.containers.ROOTRVec
Defined in uproot.containers on line 1493.
Inheritance order: |
---|
|
- class uproot.containers.ROOTRVec(values)
- Parameters:
values (
numpy.ndarray
or iterable) – Contents of theROOT::VecOps::RVec
.
Representation of a C++
ROOT::VecOps::RVec
as a PythonSequence
.
tolist
Inherited from uproot.containers.Container.
- ROOTRVec.tolist()
Convert the data this collection contains into nested lists, sets, and dicts.