RooAbsMCStudyModule in RooFit

Hi all,

I’m using ROOT 5.14.00h, but I’ve checked the HEAD and my question is still relevant. I want to access the RooFitResult object from the current fit in my processAfterFit method. Currently I am calling Refit to do this as I can’t see a way of accessing the object directly. Am I missing something, or is my current method the best available?

Cheers!
Will

Wouter will answer your question once he will back online.

Rene

Hi Will,

There is indeed no way other then by refitting. This is an oversight on my part.
I will fix this a.s.a.p.

Wouter

Hi Wouter,

Thanks for the quick reply. In general the RooAbsMCStudyModule framework works well. Now I’ve figured out how to use it, I’ll be using it a lot more.

Will