# | Line 97 | Line 97 | void plot_efficiencies( TFile* file, Int | |
---|---|---|
97 | h->SetLineColor(color); | |
98 | color++; if (color == 5 || color == 10 || color == 11) color++; | |
99 | h->Draw("csame"); | |
100 | + | cout << "Area under ROC: " << h.Integral("width") << endl; |
101 | + | cout << "Ratio over/under ROC: " << (1.0-h.Integral("width"))/h.Integral("width") << endl; |
102 | hists.Add(h); | |
103 | nmva++; | |
104 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |