void FeldmanCousins() { TFeldmanCousins f; // calculate either the upper or lower limit for 10 observed // events with an estimated background of 3. The calculation of // either upper or lower limit will return that limit and fill // data members with both the upper and lower limit for you. Double_t Nobserved = 10.0; Double_t Nbackground = 3.0; Double_t ul = f.CalculateUpperLimit(Nobserved, Nbackground); Double_t ll = f.GetLowerLimit(); cout << "For " << Nobserved << " data observed with and estimated background"<