susy_cfa  b611ccad937ea179f86a1f5663960264616c0a20
Functions
plot_roc.cxx File Reference
#include <stdexcept>
#include <iostream>
#include "TChain.h"
#include "TCanvas.h"
#include "TLegend.h"
#include "TLine.h"
#include "TDirectory.h"
#include "TMarker.h"
#include "styles.hpp"
#include "utilities.hpp"
#include "plot_roc.hpp"

Go to the source code of this file.

Functions

int main ()
 
void DrawROC (vector< sample_class > samples, vector< var_class > vars, TString cuts, TString tag)
 
TGraph MakeROC (TH1D &good, TH1D &bad, const bool less_is_better, vector< marker_class > cuts)
 

Function Documentation

void DrawROC ( vector< sample_class samples,
vector< var_class vars,
TString  cuts,
TString  tag 
)

Definition at line 234 of file plot_roc.cxx.

References Delete(), data_combine::files, and MakeROC().

Referenced by main().

int main ( )

Definition at line 19 of file plot_roc.cxx.

References DrawROC(), and styles::setDefaultStyle().

TGraph MakeROC ( TH1D &  good,
TH1D &  bad,
const bool  less_is_better,
vector< marker_class cuts 
)

Definition at line 316 of file plot_roc.cxx.

Referenced by DrawROC().