|
ra4_macros
bede988c286599a3a84b77a4d788ac0a971e89f9
|
#include <fstream>#include <iostream>#include <cmath>#include <string>#include <sstream>#include "TChain.h"#include "TFile.h"#include "TString.h"#include "TH1D.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 | |
| ra4 | |
Functions | |
| TString | YieldsCut (TString title, TString cuts, vector< TChain * > chain, vector< sfeats > Samples) |
| TString | GetRatio (TString baseline, TString region_cut, TString ratio_cut, sfeats Sample) |
| void | GetRatio (double &ratio, double &error, TString baseline, TString region_cut, TString ratio_cut, sfeats Sample) |
| TString | GetKappa (TString baseline, TString region_cut1, TString region_cut2, TString ratio_cut, sfeats Sample) |
| int | main () |
Variables | |
| TString | ra4::MJcut = "500" |
| bool | ra4::doRmj = false |
| bool | ra4::doRmt = true |
| bool | ra4::do_6j = true |
| bool | ra4::do_8j = false |
| bool | ra4::do_2b = false |
| bool | ra4::do_3b = true |
| TString GetKappa | ( | TString | baseline, |
| TString | region_cut1, | ||
| TString | region_cut2, | ||
| TString | ratio_cut, | ||
| sfeats | Sample | ||
| ) |
Definition at line 249 of file table_Rfactors.cxx.
References GetRatio(), parse_card::kappa, and RoundNumber().
Referenced by main().
| TString GetRatio | ( | TString | baseline, |
| TString | region_cut, | ||
| TString | ratio_cut, | ||
| sfeats | Sample | ||
| ) |
Definition at line 195 of file table_Rfactors.cxx.
References sfeats::cut, sfeats::file, ra4::luminosity, and RoundNumber().
Referenced by GetKappa(), and main().
| void GetRatio | ( | double & | ratio, |
| double & | error, | ||
| TString | baseline, | ||
| TString | region_cut, | ||
| TString | ratio_cut, | ||
| sfeats | Sample | ||
| ) |
Definition at line 225 of file table_Rfactors.cxx.
References sfeats::cut, sfeats::file, and ra4::luminosity.
| int main | ( | ) |
Definition at line 41 of file table_Rfactors.cxx.
References ra4::do_2b, ra4::do_3b, ra4::do_6j, ra4::do_8j, ra4::doRmj, ra4::doRmt, parse_card::file, GetKappa(), GetRatio(), ra4::luminosity, ra4::MJcut, and YieldsCut().
| TString YieldsCut | ( | TString | title, |
| TString | cuts, | ||
| vector< TChain * > | chain, | ||
| vector< sfeats > | Samples | ||
| ) |
Definition at line 172 of file table_Rfactors.cxx.
References ra4::luminosity, and RoundNumber().
Referenced by main().
1.8.11