ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
#include "get_dilepton_uncertainties.hpp"
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <algorithm>
#include "TFile.h"
#include "RooArgList.h"
#include "RooRealVar.h"
#include "utilities.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
vector< string > | GetBinNames (const RooWorkspace &w) |
double | GetBkgPred (const RooWorkspace &w, const string &bin_name) |
double | GetBkgPredErr (const RooWorkspace &w, const RooFitResult &f, const string &bin_name) |
RooRealVar * | SetVariables (RooWorkspace &w, const RooFitResult &f) |
vector<string> GetBinNames | ( | const RooWorkspace & | w | ) |
Definition at line 54 of file get_dilepton_uncertainties.cxx.
References Append(), and scan_aggregate::name.
Referenced by main().
double GetBkgPred | ( | const RooWorkspace & | w, |
const string & | bin_name | ||
) |
Definition at line 77 of file get_dilepton_uncertainties.cxx.
References Contains(), and scan_aggregate::name.
Referenced by main().
double GetBkgPredErr | ( | const RooWorkspace & | w, |
const RooFitResult & | f, | ||
const string & | bin_name | ||
) |
Definition at line 97 of file get_dilepton_uncertainties.cxx.
References Contains(), and scan_aggregate::name.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 18 of file get_dilepton_uncertainties.cxx.
References ChangeExtension(), execute(), GetBinNames(), GetBkgPred(), GetBkgPredErr(), and SetVariables().
RooRealVar* SetVariables | ( | RooWorkspace & | w, |
const RooFitResult & | f | ||
) |
Definition at line 118 of file get_dilepton_uncertainties.cxx.
Referenced by main().