#include <TFeldmanCousins.h>
Inheritance diagram for TFeldmanCousins:
Definition at line 47 of file TFeldmanCousins.h.
TFeldmanCousins::~TFeldmanCousins | ( | ) | [virtual] |
Definition at line 75 of file TFeldmanCousins.cxx.
virtual TFeldmanCousins::~TFeldmanCousins | ( | ) | [virtual] |
Definition at line 204 of file TFeldmanCousins.cxx.
References TMath::Poisson().
Referenced by FindLimitsFromTable().
Definition at line 153 of file TFeldmanCousins.cxx.
References fCL, fNbackground, fNMax, fNobserved, i, p, Prob(), and TMath::Sort().
Referenced by CalculateUpperLimit().
Definition at line 95 of file TFeldmanCousins.cxx.
References FindLimitsFromTable(), fLowerLimit, fMuMin, fMuStep, fNbackground, fNMuStep, fNobserved, fQUICK, fUpperLimit, i, max, and min.
Referenced by CalculateLowerLimit().
Definition at line 81 of file TFeldmanCousins.cxx.
References CalculateUpperLimit(), and fLowerLimit.
Double_t TFeldmanCousins::GetUpperLimit | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetLowerLimit | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetNobserved | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetNbackground | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetCL | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetMuMin | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetMuMax | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetMuStep | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetNMax | ( | void | ) | const [inline] |
void TFeldmanCousins::SetNobserved | ( | Double_t | NObs | ) | [inline] |
void TFeldmanCousins::SetNbackground | ( | Double_t | Nbg | ) | [inline] |
void TFeldmanCousins::SetCL | ( | Double_t | newCL | ) | [inline] |
void TFeldmanCousins::SetMuMin | ( | Double_t | newMin = 0.0 |
) | [inline] |
void TFeldmanCousins::SetMuMax | ( | Double_t | newMax = 50.0 |
) |
Definition at line 215 of file TFeldmanCousins.cxx.
References fMuMax, fMuStep, fNMax, and SetMuStep().
void TFeldmanCousins::SetMuStep | ( | Double_t | newMuStep = 0.005 |
) |
Definition at line 224 of file TFeldmanCousins.cxx.
References fMuMax, fMuMin, fMuStep, and fNMuStep.
Referenced by SetMuMax().
Double_t TFeldmanCousins::GetUpperLimit | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetLowerLimit | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetNobserved | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetNbackground | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetCL | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetMuMin | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetMuMax | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetMuStep | ( | void | ) | const [inline] |
Double_t TFeldmanCousins::GetNMax | ( | void | ) | const [inline] |
void TFeldmanCousins::SetNobserved | ( | Double_t | NObs | ) | [inline] |
void TFeldmanCousins::SetNbackground | ( | Double_t | Nbg | ) | [inline] |
void TFeldmanCousins::SetCL | ( | Double_t | newCL | ) | [inline] |
void TFeldmanCousins::SetMuMin | ( | Double_t | newMin = 0.0 |
) | [inline] |
void TFeldmanCousins::SetMuMax | ( | Double_t | newMax = 50.0 |
) |
void TFeldmanCousins::SetMuStep | ( | Double_t | newMuStep = 0.005 |
) |
Double_t TFeldmanCousins::fCL [protected] |
Definition at line 49 of file TFeldmanCousins.h.
Referenced by FindLimitsFromTable(), GetCL(), and SetCL().
Double_t TFeldmanCousins::fUpperLimit [protected] |
Definition at line 50 of file TFeldmanCousins.h.
Referenced by CalculateUpperLimit(), and GetUpperLimit().
Double_t TFeldmanCousins::fLowerLimit [protected] |
Definition at line 51 of file TFeldmanCousins.h.
Referenced by CalculateLowerLimit(), CalculateUpperLimit(), and GetLowerLimit().
Double_t TFeldmanCousins::fNobserved [protected] |
Definition at line 52 of file TFeldmanCousins.h.
Referenced by CalculateUpperLimit(), FindLimitsFromTable(), GetNobserved(), and SetNobserved().
Double_t TFeldmanCousins::fNbackground [protected] |
Definition at line 53 of file TFeldmanCousins.h.
Referenced by CalculateUpperLimit(), FindLimitsFromTable(), GetNbackground(), and SetNbackground().
Double_t TFeldmanCousins::fMuMin [protected] |
Definition at line 54 of file TFeldmanCousins.h.
Referenced by CalculateUpperLimit(), GetMuMin(), SetMuMin(), and SetMuStep().
Double_t TFeldmanCousins::fMuMax [protected] |
Definition at line 55 of file TFeldmanCousins.h.
Referenced by GetMuMax(), SetMuMax(), and SetMuStep().
Double_t TFeldmanCousins::fMuStep [protected] |
Definition at line 56 of file TFeldmanCousins.h.
Referenced by CalculateUpperLimit(), GetMuStep(), SetMuMax(), and SetMuStep().
Int_t TFeldmanCousins::fNMuStep [protected] |
Definition at line 57 of file TFeldmanCousins.h.
Referenced by CalculateUpperLimit(), and SetMuStep().
Int_t TFeldmanCousins::fNMax [protected] |
Definition at line 58 of file TFeldmanCousins.h.
Referenced by FindLimitsFromTable(), GetNMax(), and SetMuMax().
Int_t TFeldmanCousins::fQUICK [protected] |