|
DESY Hbb Analysis Framework
|
#include "boost/program_options.hpp"#include "boost/algorithm/string.hpp"#include <string>#include <iostream>#include <fstream>#include <vector>Go to the source code of this file.
Functions | |
| int | plotscomp_config (int argc, char *argv[]) |
Variables | |
| bool | app_ |
| std::string | file1_ |
| std::string | file2_ |
| std::string | file_ |
| std::vector< std::string > | files_ |
| std::string | hist1_ |
| std::string | hist2_ |
| std::string | hist_ |
| std::vector< std::string > | histos_ |
| std::string | legend1_ |
| std::string | legend2_ |
| bool | logx_ |
| bool | logy_ |
| float | max_ |
| float | min_ |
| std::string | outplot_ |
| float | scale_ |
| std::string | title_ |
| std::vector< std::string > | titles_ |
| int plotscomp_config | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 44 of file plotscomp_config.h.
References app_, file1_, file2_, file_, files_, hist1_, hist2_, hist_, histos_, legend1_, legend2_, logx_, logy_, max_, min_, outplot_, scale_, title_, and titles_.
Referenced by main().
| bool app_ |
Definition at line 40 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::string file1_ |
Definition at line 25 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::string file2_ |
Definition at line 26 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::string file_ |
Definition at line 20 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::vector<std::string> files_ |
Definition at line 16 of file plotscomp_config.h.
Referenced by plotscomp_config().
| std::string hist1_ |
Definition at line 21 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::string hist2_ |
Definition at line 22 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::string hist_ |
Definition at line 24 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::vector<std::string> histos_ |
Definition at line 17 of file plotscomp_config.h.
Referenced by plotscomp_config().
| std::string legend1_ |
Definition at line 29 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::string legend2_ |
Definition at line 30 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| bool logx_ |
Definition at line 38 of file plotscomp_config.h.
Referenced by main(), plot_ratio(), and plotscomp_config().
| bool logy_ |
Definition at line 39 of file plotscomp_config.h.
Referenced by draw_legend(), main(), plot_ratio(), and plotscomp_config().
| float max_ |
Definition at line 34 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| float min_ |
Definition at line 34 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::string outplot_ |
Definition at line 32 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| float scale_ |
Definition at line 36 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::string title_ |
Definition at line 28 of file plotscomp_config.h.
Referenced by main(), and plotscomp_config().
| std::vector<std::string> titles_ |
Definition at line 18 of file plotscomp_config.h.
Referenced by plotscomp_config().
1.8.11