ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/auterman/SusyScan/Limits/TConfidenceLevel.h
(Generate patch)

Comparing UserCode/auterman/SusyScan/Limits/TConfidenceLevel.h (file contents):
Revision 1.1 by auterman, Wed Jan 26 14:37:51 2011 UTC vs.
Revision 1.2 by auterman, Sun Mar 20 12:17:58 2011 UTC

# Line 42 | Line 42 | class TConfidenceLevel : public TObject
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;
# Line 69 | Line 72 | class TConfidenceLevel : public TObject
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines