|
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 "TGraphAsymmErrors.h"#include "RooStats/NumberCountingUtils.h"#include "styles.hpp"#include "utilities.hpp"#include "utilities_macros.hpp"Go to the source code of this file.
Namespaces | |
| localnames | |
Functions | |
| void | EffErr (float pass, float total, float weight, float &eff, float &ehigh, float &elow) |
| TString | YieldsCut (TString title, TString event_cuts, TString track_cuts, vector< TChain * > chain, vector< sfeats > Samples, int nsig) |
| int | main () |
| void | EffErr (float pass, float total, float weight, Double_t &eff, Double_t &ehigh, Double_t &elow) |
| void EffErr | ( | float | pass, |
| float | total, | ||
| float | weight, | ||
| float & | eff, | ||
| float & | ehigh, | ||
| float & | elow | ||
| ) |
Referenced by YieldsCut().
| void EffErr | ( | float | pass, |
| float | total, | ||
| float | weight, | ||
| Double_t & | eff, | ||
| Double_t & | ehigh, | ||
| Double_t & | elow | ||
| ) |
Definition at line 431 of file table_track_veto2.cxx.
| int main | ( | ) |
Definition at line 33 of file table_track_veto2.cxx.
References parse_card::file, localnames::luminosity, and YieldsCut().
| TString YieldsCut | ( | TString | title, |
| TString | event_cuts, | ||
| TString | track_cuts, | ||
| vector< TChain * > | chain, | ||
| vector< sfeats > | Samples, | ||
| int | nsig | ||
| ) |
Definition at line 455 of file table_track_veto2.cxx.
References EffErr(), localnames::luminosity, and RoundNumber().
Referenced by main().
1.8.11