#include <TFeldmanCousins.h>
Inheritance diagram for TFeldmanCousins:


Public Methods | |
| TFeldmanCousins (Double_t newCL=0.9, TString options="") | |
| virtual | ~TFeldmanCousins () |
| Double_t | CalculateUpperLimit (Double_t Nobserved, Double_t Nbackground) |
| Double_t | CalculateLowerLimit (Double_t Nobserved, Double_t Nbackground) |
| Double_t | GetUpperLimit (void) |
| Double_t | GetLowerLimit (void) |
| Double_t | GetNobserved (void) |
| Double_t | GetNbackground (void) |
| Double_t | GetCL (void) |
| Double_t | GetMuMin (void) |
| Double_t | GetMuMax (void) |
| Double_t | GetMuStep (void) |
| Double_t | GetNMax (void) |
| void | SetNobserved (Double_t NObs) |
| void | SetNbackground (Double_t Nbg) |
| void | SetCL (Double_t newCL) |
| void | SetMuMin (Double_t newMin=0.0) |
| void | SetMuMax (Double_t newMax=50.0) |
| void | SetMuStep (Double_t newMuStep=0.005) |
Protected Methods | |
| Double_t | Prob (Int_t N, Double_t mu, Double_t B) |
| Int_t | FindLimitsFromTable (Double_t mu) |
Protected Attributes | |
| Double_t | fCL |
| Double_t | fUpperLimit |
| Double_t | fLowerLimit |
| Double_t | fNobserved |
| Double_t | fNbackground |
| Double_t | fMuMin |
| Double_t | fMuMax |
| Double_t | fMuStep |
| Int_t | fNMuStep |
| Int_t | fNMax |
| Int_t | fQUICK |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 78 of file TFeldmanCousins.h. References fUpperLimit. |
|
|
Definition at line 79 of file TFeldmanCousins.h. References fLowerLimit. |
|
|
Definition at line 80 of file TFeldmanCousins.h. References fNobserved. |
|
|
Definition at line 81 of file TFeldmanCousins.h. References fNbackground. |
|
|
Definition at line 82 of file TFeldmanCousins.h. References fCL. |
|
|
Definition at line 84 of file TFeldmanCousins.h. References fMuMin. |
|
|
Definition at line 85 of file TFeldmanCousins.h. References fMuMax. |
|
|
Definition at line 86 of file TFeldmanCousins.h. References fMuStep. |
|
|
Definition at line 87 of file TFeldmanCousins.h. References fNMax. |
|
|
Definition at line 89 of file TFeldmanCousins.h. References fNobserved. |
|
|
Definition at line 90 of file TFeldmanCousins.h. References fNbackground. |
|
|
Definition at line 91 of file TFeldmanCousins.h. References fCL. |
|
|
Definition at line 93 of file TFeldmanCousins.h. References fMuMin. |
|
|
|
|
|
|
|
|
Definition at line 38 of file TFeldmanCousins.h. |
|
|
Definition at line 39 of file TFeldmanCousins.h. Referenced by GetUpperLimit(). |
|
|
Definition at line 40 of file TFeldmanCousins.h. Referenced by GetLowerLimit(). |
|
|
Definition at line 41 of file TFeldmanCousins.h. Referenced by GetNobserved(), and SetNobserved(). |
|
|
Definition at line 42 of file TFeldmanCousins.h. Referenced by GetNbackground(), and SetNbackground(). |
|
|
Definition at line 43 of file TFeldmanCousins.h. |
|
|
Definition at line 44 of file TFeldmanCousins.h. Referenced by GetMuMax(). |
|
|
Definition at line 45 of file TFeldmanCousins.h. Referenced by GetMuStep(). |
|
|
Definition at line 46 of file TFeldmanCousins.h. |
|
|
Definition at line 47 of file TFeldmanCousins.h. Referenced by GetNMax(). |
|
|
Definition at line 48 of file TFeldmanCousins.h. |
1.2.16