How to get inverse CDF

Is there an easy way to get the inverse cdf from a RooAbsPdf?

Now I am doing

cdf = pdf.createCdf(ROOT.RooArgSet(var))
f_cdf = cdf.asTF(ROOT.RooArgList(var))
f_cdf.GetX(prob)

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