1 #ifndef H_LEPTON_ISO_STUDY 2 #define H_LEPTON_ISO_STUDY 10 void DrawROC(TChain &ttbar, TChain &t1tttt,
const std::string &lep,
int pt_bin = 0);
11 TGraph
MakeROC(TH1D &good, TH1D &bad,
const bool less_is_better,
12 double good_count = 0.0,
double bad_count = 0.0);
13 void DrawScat(TChain &chain,
const std::string &sample,
14 const std::string &lep,
const bool truth_match);
void DrawScat(TChain &chain, const std::string &sample, const std::string &lep, const bool truth_match)
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)