31 cout <<
"For " << Nobserved <<
" data observed with and estimated background"<<endl;
32 cout <<
"of " << Nbackground <<
" candidates, the Feldman-Cousins method of "<<endl;
33 cout <<
"calculating confidence limits gives:"<<endl;
34 cout <<
"\tUpper Limit = " << ul << endl;
35 cout <<
"\tLower Limit = " << ll << endl;
36 cout <<
"at the 90% CL"<< endl;
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.
R__EXTERN TSystem * gSystem
Double_t GetLowerLimit(void) const
Class to calculate the CL upper limit using the Feldman-Cousins method as described in PRD V57 #7...
Double_t CalculateUpperLimit(Double_t Nobserved, Double_t Nbackground)
given Nobserved and Nbackground, try different values of mu that give upper limits that are consisten...