UpperLimitMCSModule

Dear all,

I have encountered a problem with the UpperLimitMCSModule. I’m getting the following errror:
fatal error: ‘UpperLimitMCSModule.h’ file not found
Then I changed the way how I include it from
#include “UpperLimitMCSModule.h”
to
#include “RooStats/UpperLimitMCSModule.h”
and I’m getting the following error:
error: unknown type name ‘UpperLimitMCSModule’

They other parts of my code working perfectly fine just when I add:
UpperLimitMCSModule UL(RooArgSet(nsig),0.95);
and:
TMC->addModule(UL);
its not working anymore.
Currently I’m using ROOT 6.08/06.

Hi @Haser.Benni,

Our RooFit expert will be back at the end of this week. If no one else can answer your question before, he will take care when he is back.

Cheers,
Enric

Hi Enric,
Thank you for the fast respond. Than I’m going to wait till then.

Cheers,
Benni

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