1 #ifndef ROOT_TMVA_ROCCalc 2 #define ROOT_TMVA_ROCCalc
Base class for spline implementation containing the Draw/Paint methods //.
ROCCalc(TH1 *mvaS, TH1 *mvaB)
TH1D * GetROC()
get the ROC curve
Double_t GetEffSForEffBof(Double_t effBref, Double_t &effSerr)
get the signal efficiency for a particular backgroud efficiency that will be the value of the efficie...
Double_t Root(Double_t)
Root finding using Brents algorithm; taken from CERNLIB function RZERO.
Double_t GetEffForRoot(Double_t theCut)
returns efficiency as function of cut
TH1 * GetPurity(Int_t nStot, Int_t nBtot)
Double_t GetSignalReferenceCut()
Service class for 2-Dim histogram classes.
tomato 2-D histogram with a float per channel (see TH1 documentation)}
TH1 * GetSignificance(Int_t nStot, Int_t nBtot)
MsgLogger & Log() const
message logger
tomato 1-D histogram with a double per channel (see TH1 documentation)}
void ApplySignalAndBackgroundStyle(TH1 *sig, TH1 *bkg, TH1 *any=0)
Int_t c_Canvas = TColor::GetColor( "#f0f0f0" ); Int_t c_FrameFill = TColor::GetColor( "#fffffd" ); In...
Abstract ClassifierFactory template that handles arbitrary types.
A TTree object has a header with a name and a title.
Double_t GetROCIntegral()
code to compute the area under the ROC ( rej-vs-eff ) curve