|
ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
#include <iostream>#include <vector>#include <iomanip>#include "TStyle.h"#include "TString.h"#include "TCanvas.h"#include "TH1F.h"#include "TFile.h"#include "TDirectory.h"#include "TMath.h"Go to the source code of this file.
Functions | |
| float | AddInQuad (float a, float b) |
| void | printOneLine (int nb, float data, float qcd, float ttbar, float wjets, float other, float sig1000, float sig1100, float sig1200, float sig1300, float sig1400, float data_err, float qcd_err, float ttbar_err, float wjets_err, float other_err, float sig1000_err, float sig1100_err, float sig1200_err, float sig1300_err, float sig1400_err, float doLatex) |
| void | printYieldBin (int nb, float data, float qcd, float ttbar, float wjets, float other, float sig, float qcd_err, float ttbar_err, float wjets_err, float other_err, float dataovermc, bool doNorm) |
| int | main () |
Variables | |
| bool | doLatex =false |
| float AddInQuad | ( | float | a, |
| float | b | ||
| ) |
Definition at line 505 of file table_rpv.cxx.
Referenced by main().
| int main | ( | ) |
Definition at line 32 of file table_rpv.cxx.
References AddInQuad(), parse_card::data, doLatex, efficiency_map::infile, printOneLine(), and printYieldBin().
| void printOneLine | ( | int | nb, |
| float | data, | ||
| float | qcd, | ||
| float | ttbar, | ||
| float | wjets, | ||
| float | other, | ||
| float | sig1000, | ||
| float | sig1100, | ||
| float | sig1200, | ||
| float | sig1300, | ||
| float | sig1400, | ||
| float | data_err, | ||
| float | qcd_err, | ||
| float | ttbar_err, | ||
| float | wjets_err, | ||
| float | other_err, | ||
| float | sig1000_err, | ||
| float | sig1100_err, | ||
| float | sig1200_err, | ||
| float | sig1300_err, | ||
| float | sig1400_err, | ||
| float | doLatex | ||
| ) |
| void printYieldBin | ( | int | nb, |
| float | data, | ||
| float | qcd, | ||
| float | ttbar, | ||
| float | wjets, | ||
| float | other, | ||
| float | sig, | ||
| float | qcd_err, | ||
| float | ttbar_err, | ||
| float | wjets_err, | ||
| float | other_err, | ||
| float | dataovermc, | ||
| bool | doNorm | ||
| ) |
Definition at line 469 of file table_rpv.cxx.
Referenced by main().
| bool doLatex =false |
Definition at line 15 of file table_rpv.cxx.
Referenced by main().
1.8.11