ROOT data frame - unsupported leaf value

ROOT Version: 6.24/06
Platform: Mac OS

Hello,

i am experimenting with RDF. I am trying to process a TTree which includes the following branches:

myTree->Branch(“nCount” ,& nCount, “nCount/I”);
myTree->Branch(“values” ,& values, “values[nCount][3]/D”);

When I try to run

ROOT::RDataFrame data(“myTree”, fileName);
data.GetColumnType(“values”);

I get

libc++abi: terminating with uncaught exception of type std::runtime_error: TTree leaf values has both a leaf count and a static length. This is not supported.

What am I doing wrong? Any fixes or workarounds?

Best,

Daniele

1 Like

Thank you!

your information is very interesting and a good question but i am not idea.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.