Any easy to generate RooDataSet from RdataFrame

Hi All:

Is There any way to generate RooDataSet from RdataFrame just as TTree do?
Tree * tree = ...;
RooDataSet ds("ds", "ds", RooArgSet(x, y), Import(*tree));
1 Like

Hi,

it’s on the list of things we want to do, but nobody had the time for it yet. The best way is to snapshot the tree with RDataFrame, and import it later.

thanks. looking forwarding for the new feather

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