susy_cfa  b611ccad937ea179f86a1f5663960264616c0a20
Functions
lepton_study.cxx File Reference
#include "lepton_study.hpp"
#include <vector>
#include <string>
#include <stdexcept>
#include "TH2D.h"
#include "TH1D.h"
#include "TFile.h"
#include "TChain.h"
#include "TCanvas.h"
#include "TLegend.h"
#include "TMarker.h"
#include "utilities.hpp"
#include "styles.hpp"

Go to the source code of this file.

Functions

int main ()
 
void DrawROC (TChain &ttbar, TChain &t1tttt, const string &lep, int pt_bin)
 
TGraph MakeROC (TH1D &good, TH1D &bad, const bool less_is_better, double good_count, double bad_count)
 
void DrawScat (TChain &chain, const string &sample, const string &lep, const bool truth_match)
 

Function Documentation

void DrawROC ( TChain &  ttbar,
TChain &  t1tttt,
const string &  lep,
int  pt_bin 
)

Definition at line 48 of file lepton_study.cxx.

References get_count_and_uncertainty(), and MakeROC().

Referenced by main().

void DrawScat ( TChain &  chain,
const string &  sample,
const string &  lep,
const bool  truth_match 
)

Definition at line 232 of file lepton_study.cxx.

int main ( )

Definition at line 20 of file lepton_study.cxx.

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

TGraph MakeROC ( TH1D &  good,
TH1D &  bad,
const bool  less_is_better,
double  good_count,
double  bad_count 
)

Definition at line 203 of file lepton_study.cxx.

References AddPoint().

Referenced by DrawROC().