|
ra4_draw
4bd0201e3d922d42bd545d4b045ed44db33454a4
|
#include <iostream>#include <string>#include <vector>#include <memory>#include "TError.h"#include "TColor.h"#include "baby.hpp"#include "process.hpp"#include "named_func.hpp"#include "plot_maker.hpp"#include "plot_opt.hpp"#include "palette.hpp"Go to the source code of this file.
Functions | |
| template<typename T > | |
| shared_ptr< Process > | Proc (const string process_name, Process::Type type, int color, const set< string > &files, const string &cut="1") |
| int | main () |
| int main | ( | ) |
Definition at line 27 of file plot_2016-06-17_full_status_dump.cxx.
References Process::background, PlotOpt::Bottom(), Process::data, anonymous_namespace{plot_2016-07-19_isr_susy_talk.cxx}::lumi, PlotMaker::MakePlots(), anonymous_namespace{plot_ratios.cxx}::other, PlotMaker::Push(), PlotOpt::ShowBackgroundError(), Process::signal, PlotOpt::Stack(), PlotOpt::Title(), anonymous_namespace{plot_ratios.cxx}::tt1l, anonymous_namespace{plot_ratios.cxx}::tt2l, and PlotOpt::YAxis().
| shared_ptr<Process> Proc | ( | const string | process_name, |
| Process::Type | type, | ||
| int | color, | ||
| const set< string > & | files, | ||
| const string & | cut = "1" |
||
| ) |
Definition at line 20 of file plot_2016-06-17_full_status_dump.cxx.
1.8.11