DESY Hbb Analysis Framework
|
#include <string>
#include <iostream>
#include <vector>
#include "TFile.h"
#include "TCanvas.h"
#include "TApplication.h"
#include "TH1.h"
#include "TRatioPlot.h"
#include "TLegend.h"
#include "Analysis/Tools/interface/plotscomp_config.h"
#include "Analysis/Tools/interface/tdrstyle.C"
#include "Analysis/Tools/interface/CMS_lumi.h"
Go to the source code of this file.
Functions | |
int | draw_legend () |
int | main (int argc, char *argv[]) |
int | plot_ratio () |
Variables | |
float | B |
TCanvas * | c1 |
TFile * | f [10] |
std::string | fn [10] |
int | H |
TH1F * | h [10] |
std::string | hn [10] |
float | L |
std::string | leg [10] |
TLegend * | legend |
float | R |
TRatioPlot * | rp |
float | T |
int | W |
int draw_legend | ( | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 35 of file PlotsCompare.cc.
References app_, B, c1, CMS_lumi(), draw_legend(), f, file1_, file2_, file_, fn, H, h, hist1_, hist2_, hist_, hn, L, leg, legend, legend1_, legend2_, logx_, logy_, max_, min_, outplot_, plot_ratio(), plotscomp_config(), R, rp, scale_, T, title_, and W.
int plot_ratio | ( | ) |
float B |
Definition at line 19 of file PlotsCompare.cc.
Referenced by main(), and plot_ratio().
TCanvas* c1 |
Definition at line 23 of file PlotsCompare.cc.
Referenced by draw_legend(), main(), and plot_ratio().
TFile* f[10] |
Definition at line 24 of file PlotsCompare.cc.
Referenced by analysis::tools::BaseAnalyser::BaseAnalyser(), GetFromTFile(), JME::JetResolutionObject::JetResolutionObject(), main(), analysis::tools::MuonIdWeight::MuonIdWeight(), analysis::tools::PileupWeight::PileupWeight(), and analysis::tools::Analysis::seed().
std::string fn[10] |
Definition at line 30 of file PlotsCompare.cc.
Referenced by main().
int H |
Definition at line 16 of file PlotsCompare.cc.
Referenced by CMS_lumi(), main(), and plot_ratio().
TH1F* h[10] |
Definition at line 25 of file PlotsCompare.cc.
Referenced by draw_legend(), main(), plot_ratio(), and analysis::tools::BaseAnalyser::~BaseAnalyser().
std::string hn[10] |
Definition at line 28 of file PlotsCompare.cc.
Referenced by main().
float L |
Definition at line 20 of file PlotsCompare.cc.
Referenced by main(), and plot_ratio().
std::string leg[10] |
Definition at line 29 of file PlotsCompare.cc.
Referenced by draw_legend(), main(), and PlotTanBetaLimit().
TLegend* legend |
Definition at line 27 of file PlotsCompare.cc.
Referenced by draw_legend(), and main().
float R |
Definition at line 21 of file PlotsCompare.cc.
Referenced by main(), and plot_ratio().
TRatioPlot* rp |
Definition at line 26 of file PlotsCompare.cc.
Referenced by draw_legend(), main(), and plot_ratio().
float T |
Definition at line 18 of file PlotsCompare.cc.
Referenced by analysis::ntuple::Candidates< T >::Candidates(), analysis::tools::GetFromRooPlot(), analysis::tools::GetFromRooWorkspace(), GetFromTFile(), main(), std::hash< std::tuple<> >::operator()(), and plot_ratio().
int W |
Definition at line 15 of file PlotsCompare.cc.
Referenced by CMS_lumi(), main(), and plot_ratio().