|
susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
|
#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) |
| 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 |
||
| ) |
1.8.11