Variables | |
| RVec_UponCopyPrinter = ROOT.ROOT.VecOps.RVec(ROOT.UponCopyPrinter) | |
| v = RVec_UponCopyPrinter(3) | |
| v2 = RVec_UponCopyPrinter(v.data(), v.size()) | |
| vo001_AdoptOrOwnMemory.RVec_UponCopyPrinter = ROOT.ROOT.VecOps.RVec(ROOT.UponCopyPrinter) |
Definition at line 26 of file vo001_AdoptOrOwnMemory.py.
| vo001_AdoptOrOwnMemory.v = RVec_UponCopyPrinter(3) |
Definition at line 31 of file vo001_AdoptOrOwnMemory.py.
| vo001_AdoptOrOwnMemory.v2 = RVec_UponCopyPrinter(v.data(), v.size()) |
Definition at line 34 of file vo001_AdoptOrOwnMemory.py.