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