ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
#include <fstream>
#include <iostream>
#include <cmath>
#include <string>
#include <sstream>
#include <stdlib.h>
#include "TChain.h"
#include "TFile.h"
#include "TString.h"
#include "TH1D.h"
#include "TObject.h"
#include "TObjString.h"
#include "TObjArray.h"
#include "TMath.h"
#include "RooStats/NumberCountingUtils.h"
#include "styles.hpp"
#include "utilities.hpp"
#include "utilities_macros.hpp"
Go to the source code of this file.
Namespaces | |
anonymous_namespace{table_prediction.cxx} | |
Functions | |
TString | anonymous_namespace{table_prediction.cxx}::ntuple_date ("2015_05_25") |
TString | YieldsCut (TString title, TString cuts, vector< TChain * > chain, vector< sfeats > Samples, int nsig) |
float | GetNdata (TString oneline, bool doMC) |
int | main () |
Variables | |
TString | anonymous_namespace{table_prediction.cxx}::luminosity ="0.832" |
bool | anonymous_namespace{table_prediction.cxx}::do_1b =false |
bool | anonymous_namespace{table_prediction.cxx}::do_2l =false |
bool | anonymous_namespace{table_prediction.cxx}::do_ttbaronly = false |
bool | anonymous_namespace{table_prediction.cxx}::do_note =true |
bool | anonymous_namespace{table_prediction.cxx}::do_zbi =false |
int | anonymous_namespace{table_prediction.cxx}::method = 1 |
float GetNdata | ( | TString | oneline, |
bool | doMC | ||
) |
Definition at line 350 of file table_prediction.cxx.
Referenced by main().
int main | ( | ) |
Definition at line 42 of file table_prediction.cxx.
References calcKappa(), anonymous_namespace{table_prediction.cxx}::do_1b, anonymous_namespace{table_prediction.cxx}::do_2l, anonymous_namespace{table_prediction.cxx}::do_note, anonymous_namespace{table_prediction.cxx}::do_ttbaronly, anonymous_namespace{table_prediction.cxx}::do_zbi, parse_card::file, GetNdata(), anonymous_namespace{table_regions.cxx}::highmet(), parse_card::kappa, anonymous_namespace{table_prediction.cxx}::luminosity, anonymous_namespace{table_prediction.cxx}::method, anonymous_namespace{plot_cuts.cxx}::midjets(), anonymous_namespace{plot_cuts.cxx}::minjets(), anonymous_namespace{plot_cuts.cxx}::mjthresh(), anonymous_namespace{table_prediction.cxx}::ntuple_date(), efficiency_map::outname, and YieldsCut().
TString YieldsCut | ( | TString | title, |
TString | cuts, | ||
vector< TChain * > | chain, | ||
vector< sfeats > | Samples, | ||
int | nsig | ||
) |
Definition at line 311 of file table_prediction.cxx.
References getYieldErr(), anonymous_namespace{table_prediction.cxx}::luminosity, and RoundNumber().
Referenced by main().