|
ra4_draw
4bd0201e3d922d42bd545d4b045ed44db33454a4
|
#include <fstream>#include <sstream>#include <string>#include <algorithm>#include <unistd.h>#include <getopt.h>#include "TCanvas.h"#include "TGraph.h"#include "TGraphAsymmErrors.h"#include "TH1D.h"#include "TStyle.h"#include "TLegend.h"#include "TLatex.h"#include "TLine.h"#include "core/styles.hpp"#include "core/utilities.hpp"#include "core/plot_opt.hpp"Go to the source code of this file.
Namespaces | |
| anonymous_namespace{plot_limit.cxx} | |
Functions | |
| void | GetOptions (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
Variables | |
| TString | anonymous_namespace{plot_limit.cxx}::lumi = "40" |
| TString | anonymous_namespace{plot_limit.cxx}::filename = "txt/limits/limits_TChiHH_lumi"+lumi+".txt" |
| TString | anonymous_namespace{plot_limit.cxx}::model = "TChiHH" |
| void GetOptions | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 272 of file plot_limit.cxx.
References anonymous_namespace{plot_limit.cxx}::filename, and anonymous_namespace{plot_limit.cxx}::model.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 32 of file plot_limit.cxx.
References ApplyPermutation(), PlotOpt::BottomMargin(), ERROR, anonymous_namespace{plot_limit.cxx}::filename, GetOptions(), PlotOpt::LeftMargin(), anonymous_namespace{plot_limit.cxx}::lumi, PlotOpt::RightMargin(), setPlotStyle(), SortPermutation(), and PlotOpt::TopMargin().
1.8.11