ra4_macros  bede988c286599a3a84b77a4d788ac0a971e89f9
Functions | Variables
table_rpv.cxx File Reference
#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
 

Function Documentation

float AddInQuad ( float  a,
float  b 
)

Definition at line 505 of file table_rpv.cxx.

Referenced by main().

int main ( )
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 
)

Definition at line 424 of file table_rpv.cxx.

References parse_card::data.

Referenced by main().

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().

Variable Documentation

bool doLatex =false

Definition at line 15 of file table_rpv.cxx.

Referenced by main().