susy_cfa  b611ccad937ea179f86a1f5663960264616c0a20
Functions
lepton_study.hpp File Reference
#include <string>
#include "TH1D.h"
#include "TGraph.h"
#include "TChain.h"

Go to the source code of this file.

Functions

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

Function Documentation

void DrawROC ( TChain &  ttbar,
TChain &  t1tttt,
const std::string &  lep,
int  pt_bin = 0 
)

Definition at line 48 of file lepton_study.cxx.

References get_count_and_uncertainty(), and MakeROC().

Referenced by main().

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

Definition at line 232 of file lepton_study.cxx.

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

Definition at line 203 of file lepton_study.cxx.

References AddPoint().

Referenced by DrawROC().