Plotting with RooFormulaVar

Hi all,

I want to plot the profile likelihood of a variable (a RooFormulaVar) of my model. However, I get back the error that there is no member named frame in RooFormulaVar.

My question now is: Can I plot the profile likelihood in a similar way than it is seen in the tutorial file “rf605_profilell” but with using RooFormulaVar’s instead of RooRealVar’s?

Thank you very much!
Best,
Nico

Did you change the include file ?

Hi,

I think there is no frame member in RooFormulaVar unfortunately, so I don’t think that I can work directly with it.

Best,
Nico

Hi Nico,
the RooFormulaVar type is defined in RooFormulaVar.h, you have to include that file to make the type available.

Cheers,
Enrico

P.S.
you can find what class lives in what header by checking the docs

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