26 #ifndef ROOT_TMVA_Tools 29 #ifndef ROOT_TMVA_ROCCalc 32 #ifndef ROOT_TMVA_Config 35 #ifndef ROOT_TMVA_Event 38 #ifndef ROOT_TMVA_Version 44 #ifndef ROOT_TMVA_MsgLogger 86 Log() <<
kFATAL <<
" Cannot cal ROC curve etc, as in put mvaS and mvaB have differen #nbins or range "<<
Endl;
127 Int_t FillStyle__S = 1001;
129 Int_t LineWidth__S = 2;
134 Int_t FillStyle__B = 3554;
136 Int_t LineWidth__B = 2;
185 Log() <<
kWARNING <<
"I guess the mva distributions fed into ROCCalc were already normalized, therefore the calculated error on the efficiency will be incorrect !! " <<
Endl;
205 rejBvsS->
SetYTitle(
"Backgr rejection (1-eff)" );
208 TH1D* inveffBvsS =
new TH1D(
"invBeffvsSeff",
"ROC-Curve" ,
fNbins, 0, 1 );
210 inveffBvsS->
SetYTitle(
"Inverse backgr. eff (1/eff)" );
247 Double_t effS = 0., rejB = 0., effS_ = 0., rejB_ = 0.;
252 effS = (bini - 0.5)/
Float_t(nbins);
256 if ((effS - rejB)*(effS_ - rejB_) < 0)
break;
279 effS = (bini - 0.5)/
Float_t(nbins);
281 integral += (1.0 - effB);
295 Double_t effS=0., effB, effSOld=1., effBOld=0.;
302 effS = (bini - 0.5)*step;
306 if ((effB - effBref)*(effBOld - effBref) <= 0)
break;
312 effS = 0.5*(effS + effSOld);
355 Log() <<
kWARNING <<
"<ROCCalc::Root> initial interval w/o root: " 356 <<
"(a=" << a <<
", b=" << b <<
")," 359 <<
"(fa=" << fa <<
", fb=" << fb <<
"), " 360 <<
"refValue = " << refValue <<
Endl;
368 if ((fb < 0 && fc < 0) || (fb > 0 && fc > 0)) {
373 d = b -
a; e = b -
a;
379 fa = fb; fb =
fc; fc = fa;
393 if (ac_equal) { p = 2 * m * s; q = 1 - s; }
395 q = fa /
fc; r = fb /
fc;
396 p = s * (2 * m * q * (q -
r) - (b - a) * (r - 1));
397 q = (q - 1) * (r - 1) * (s - 1);
405 if (2 * p < (min1 < min2 ? min1 : min2)) {
409 else { d =
m; e =
m; }
415 else b += (m > 0 ? +tol : -
tol);
423 <<
") reached before convergence" <<
Endl;
476 cout <<
"S="<<S<<
" B="<<B<<
" purity="<<purity<< endl;
virtual void SetLineWidth(Width_t lwidth)
virtual Int_t FindBin(Double_t x, Double_t y=0, Double_t z=0)
Return Global bin number corresponding to x,y,z.
virtual void Scale(Double_t c1=1, Option_t *option="")
Multiply this histogram by a constant c1.
virtual Double_t GetMaximum(Double_t maxval=FLT_MAX) const
Return maximum value smaller than maxval of bins in the range, unless the value has been overridden b...
virtual Double_t GetBinCenter(Int_t bin) const
return bin center for 1D historam Better to use h1.GetXaxis().GetBinCenter(bin)
MsgLogger & Endl(MsgLogger &ml)
virtual void SetMaximum(Double_t maximum=-1111)
ROCCalc(TH1 *mvaS, TH1 *mvaB)
virtual Double_t GetSumOfWeights() const
Return the sum of weights excluding under/overflows.
static Int_t c_SignalFill
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
virtual void SetMinimum(Double_t minimum=-1111)
virtual Double_t GetMean(Int_t axis=1) const
For axis = 1,2 or 3 returns the mean value of the histogram along X,Y or Z axis.
virtual void SetYTitle(const char *title)
virtual void SetFillStyle(Style_t fstyle)
virtual void Reset(Option_t *option="")
Reset this histogram: contents, errors, etc.
TH1D * GetROC()
get the ROC curve
static struct mg_connection * fc(struct mg_context *ctx)
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)
virtual void SetLineColor(Color_t lcolor)
const char * GetTitle() const
Returns title of object.
virtual void SetFillColor(Color_t fcolor)
virtual void SetBinContent(Int_t bin, Double_t content)
Set bin content see convention for numbering bins in TH1::GetBin In case the bin number is greater th...
TH1 * GetSignificance(Int_t nStot, Int_t nBtot)
MsgLogger & Log() const
message logger
static Int_t GetColor(const char *hexcolor)
Static method returning color number for color specified by hex color string of form: "#rrggbb"...
virtual Double_t Eval(Double_t x) const =0
1-D histogram with a double per channel (see TH1 documentation)}
static Int_t c_SignalLine
virtual TH1 * RebinX(Int_t ngroup=2, const char *newname="")
static Int_t c_BackgroundFill
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.
virtual void SetXTitle(const char *title)
Short_t Max(Short_t a, Short_t b)
A Graph is a graphics object made of two arrays X and Y with npoints each.
TObject * Clone(const char *newname=0) const
Make a complete copy of the underlying object.
virtual void SetTitle(const char *title)
Change (i.e.
Double_t GetROCIntegral()
code to compute the area under the ROC ( rej-vs-eff ) curve
static Int_t c_BackgroundLine
virtual Int_t GetNbinsX() const
Double_t Sqrt(Double_t x)