RooNDKeysPdf question

Dear all, Recenly I have noticed that there is a new version of RooNdKeysPdf in root development version 5.25, which does not support the pdf construction with a weight function. Has this been removed or is defined differently?
Thanks.

Gio

This is something that I’m looking for an answer too. I’ve looked at the code in 5.25.02, and I’ve found that the weight variable is still being used. However, there is no way to set it as far as I can tell.

Hi *,

The weight is now automatically picked up by the
RooNDKeysPdf when you set the weight in the dataset.

Ala:
data->setWeightVar(myweightvar);

Cheers,
-Max