|
ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
#include "plot_pie.hpp"#include <iostream>#include <vector>#include "TChain.h"#include "TH1D.h"#include "TCanvas.h"#include "TPie.h"#include "TLegend.h"#include "TString.h"#include "TColor.h"#include "styles.hpp"#include "utilities.hpp"#include "utilities_macros.hpp"Go to the source code of this file.
Namespaces | |
| anonymous_namespace{plot_pie_bins.cxx} | |
Functions | |
| TString | anonymous_namespace{plot_pie_bins.cxx}::ntuple_date ("2016_06_14") |
| int | main () |
| void | DrawPie (const pfeats &pfeat, const vector< sfeats > &samples, const vector< TChain * > &chains) |
| TString | FormatName (TString name) |
Variables | |
| TString | anonymous_namespace{plot_pie_bins.cxx}::lumi = "5" |
| TString | anonymous_namespace{plot_pie_bins.cxx}::plot_type =".pdf" |
| TString | anonymous_namespace{plot_pie_bins.cxx}::plot_style ="RA4" |
| void DrawPie | ( | const pfeats & | pfeat, |
| const vector< sfeats > & | samples, | ||
| const vector< TChain * > & | chains | ||
| ) |
Definition at line 165 of file plot_pie_bins.cxx.
| TString FormatName | ( | TString | name | ) |
Definition at line 208 of file plot_pie_bins.cxx.
| int main | ( | ) |
Definition at line 28 of file plot_pie_bins.cxx.
References dps::c_tt_1l, dps::c_tt_2l, ra4::c_ttv, dps::c_wjets, parse_card::file, anonymous_namespace{plot_pie_bins.cxx}::ntuple_date(), anonymous_namespace{plot_pie_bins.cxx}::plot_style, and styles::setDefaultStyle().
1.8.11