Easy arrays

Hello,

this is a question/request. Is there an easy way in ROOT to manipulate dynamic 1D arrays? Meaning:

  • automatic allocation like stdc++ vector (TArray is not automatic)
  • useful functions like “contains”, “sort”, “sum” …

So far I have not run into any object that would allow an easy manipulation with 1D number arrays. Writing all with stdc++ vectors is tedious. Having a class encapsulating the vector + adding some useful functions would be a great improvement.

Cheers

  • Jiri

Hello everybody, i am interested by that too.
Nobody knows ?