42 |
|
Double_t GetExpectedCLb_sb(Int_t sigma = 0) const; |
43 |
|
Double_t GetExpectedCLb_b(Int_t sigma = 0) const; |
44 |
|
Double_t GetExpectedCLsb_b(Int_t sigma = 0) const; |
45 |
+ |
Double_t GetExpectedCLb_b_sigcont(Double_t IntLim, Int_t sigma = 0) const; |
46 |
+ |
Double_t GetExpectedCLsb_b_sigcont(Double_t IntLim, Int_t sigma = 0) const; |
47 |
|
inline Double_t GetExpectedCLs_b(Int_t sigma = 0) const { return (GetExpectedCLsb_b(sigma) / GetExpectedCLb_b(sigma)); } |
48 |
+ |
inline Double_t GetExpectedCLs_b_sigcont(Double_t IntLim, Int_t sigma = 0) const { return (GetExpectedCLsb_b_sigcont(IntLim, sigma) / GetExpectedCLb_b_sigcont(IntLim, sigma)); } |
49 |
|
Double_t GetAverageCLs() const; |
50 |
|
Double_t GetAverageCLsb() const; |
51 |
|
Double_t Get3sProbability() const; |
72 |
|
Double_t fNMC; |
73 |
|
Double_t fMCL3S; |
74 |
|
Double_t fMCL5S; |
75 |
< |
Double_t *fTSB; //[fNNMC] |
76 |
< |
Double_t *fTSS; //[fNNMC] |
77 |
< |
Double_t *fLRS; //[fNNMC] |
78 |
< |
Double_t *fLRB; //[fNNMC] |
75 |
> |
Double_t *fTSB; //[fNNMC] TestStatistic_B |
76 |
> |
Double_t *fTSS; //[fNNMC] TestStatistic_SB |
77 |
> |
Double_t *fLRS; //[fNNMC] LikelihoodRatio_SB |
78 |
> |
Double_t *fLRB; //[fNNMC] LikelihoodRatio_B |
79 |
|
Int_t *fISS; //[fNNMC] |
80 |
|
Int_t *fISB; //[fNNMC] |
81 |
|
// cumulative probabilities for defining the bands on plots |