|
ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
#include <stdexcept>#include <iostream>#include <vector>#include <utility>#include "TFile.h"#include "TCanvas.h"#include "TMarker.h"#include "TString.h"#include "TChain.h"#include "TLegend.h"#include "TCut.h"#include "TSystem.h"#include "TDirectory.h"#include "TMVA/Tools.h"#include "TMVA/Factory.h"#include "plot_mj_bdt_aux.hpp"#include "utilities.hpp"#include "utilities_macros.hpp"#include "styles.hpp"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| void | plotROC (TString bdtfolder) |
| void | trainBDT (TString ntufolder, TString bdtfolder) |
| void | DrawROC (vector< var_class > vars, TString cuts, TString tag) |
| TGraph | MakeROC (TH1D &good, TH1D &bad, const bool less_is_better, vector< marker_class > cuts) |
| void DrawROC | ( | vector< var_class > | vars, |
| TString | cuts, | ||
| TString | tag | ||
| ) |
Definition at line 232 of file plot_mj_bdt_aux.cxx.
References efficiency_map::graphs, rpv_bkg_syst::leg, MakeROC(), anonymous_namespace{make_rpv_datacard.cxx}::nbins, styles::PadLeftMargin, styles::PadTopMargin, styles::setDefaultStyle(), and styles::setTitles().
Referenced by plotROC().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 33 of file plot_mj_bdt_aux.cxx.
References Contains(), execute(), plotROC(), anonymous_namespace{table_regions.cxx}::tag, and trainBDT().
| TGraph MakeROC | ( | TH1D & | good, |
| TH1D & | bad, | ||
| const bool | less_is_better, | ||
| vector< marker_class > | cuts | ||
| ) |
Definition at line 311 of file plot_mj_bdt_aux.cxx.
References efficiency_map::graph, and anonymous_namespace{make_rpv_datacard.cxx}::nbins.
Referenced by DrawROC().
| void plotROC | ( | TString | bdtfolder | ) |
Definition at line 50 of file plot_mj_bdt_aux.cxx.
References DrawROC(), and efficiency_map::lsp.
Referenced by main().
| void trainBDT | ( | TString | ntufolder, |
| TString | bdtfolder | ||
| ) |
Definition at line 145 of file plot_mj_bdt_aux.cxx.
Referenced by main().
1.8.11