susy_cfa  b611ccad937ea179f86a1f5663960264616c0a20
lepton_study.hpp
Go to the documentation of this file.
1 #ifndef H_LEPTON_ISO_STUDY
2 #define H_LEPTON_ISO_STUDY
3 
4 #include <string>
5 
6 #include "TH1D.h"
7 #include "TGraph.h"
8 #include "TChain.h"
9 
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);
15 
16 #endif
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)