ra4_draw
4bd0201e3d922d42bd545d4b045ed44db33454a4
|
#include <iostream>
#include <string>
#include <vector>
#include <memory>
#include "TError.h"
#include "TColor.h"
#include "core/baby.hpp"
#include "core/process.hpp"
#include "core/named_func.hpp"
#include "core/plot_maker.hpp"
#include "core/plot_opt.hpp"
#include "core/palette.hpp"
#include "core/hist1d.hpp"
Go to the source code of this file.
Functions | |
double | getWeight (const Baby &b, int bin) |
NamedFunc::ScalarType | nEls25 (const Baby &b) |
NamedFunc::ScalarType | nElsTight25 (const Baby &b) |
NamedFunc::ScalarType | nMus25 (const Baby &b) |
int | main () |
double getWeight | ( | const Baby & | b, |
int | bin | ||
) |
Definition at line 111 of file plot_scalefactors.cxx.
References Baby::ntrupv(), Baby::w_btag(), Baby::w_isr(), Baby::w_lep(), Baby::w_lumi(), and Baby::w_pu().
Referenced by main().
int main | ( | ) |
Definition at line 25 of file plot_scalefactors.cxx.
References Process::background, PlotOpt::Bottom(), PlotOptTypes::data, Process::data, PlotOpt::FileExtensions(), getWeight(), anonymous_namespace{plot_2016-07-19_isr_susy_talk.cxx}::lumi, PlotMaker::MakePlots(), nEls25(), nElsTight25(), nMus25(), PlotMaker::Push(), PlotOpt::ShowBackgroundError(), st, PlotOpt::Stack(), PlotOpt::Title(), and PlotOpt::YAxis().
NamedFunc::ScalarType nEls25 | ( | const Baby & | b | ) |
Definition at line 147 of file plot_scalefactors.cxx.
References Baby::els_miniso(), Baby::els_pt(), and Baby::els_sig().
Referenced by main().
NamedFunc::ScalarType nElsTight25 | ( | const Baby & | b | ) |
Definition at line 156 of file plot_scalefactors.cxx.
References Baby::els_miniso(), Baby::els_pt(), and Baby::els_tight().
Referenced by main().
NamedFunc::ScalarType nMus25 | ( | const Baby & | b | ) |
Definition at line 165 of file plot_scalefactors.cxx.
References Baby::mus_miniso(), Baby::mus_pt(), and Baby::mus_sig().
Referenced by main().