ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
#include <vector>
#include <string>
#include "RooWorkspace.h"
#include "RooFitResult.h"
#include "RooRealVar.h"
Go to the source code of this file.
Functions | |
std::vector< std::string > | GetBinNames (const RooWorkspace &w) |
double | GetBkgPred (const RooWorkspace &w, const std::string &bin_name) |
double | GetBkgPredErr (const RooWorkspace &w, const RooFitResult &f, const std::string &bin_name) |
RooRealVar * | SetVariables (RooWorkspace &w, const RooFitResult &f) |
std::vector<std::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 std::string & | bin_name | ||
) |
Definition at line 353 of file extract_yields.cxx.
References Contains(), and scan_aggregate::name.
Referenced by main(), and PrintTable().
double GetBkgPredErr | ( | const RooWorkspace & | w, |
const RooFitResult & | f, | ||
const std::string & | bin_name | ||
) |
Definition at line 97 of file get_dilepton_uncertainties.cxx.
References Contains(), and scan_aggregate::name.
Referenced by main().
RooRealVar* SetVariables | ( | RooWorkspace & | w, |
const RooFitResult & | f | ||
) |
Definition at line 616 of file extract_yields.cxx.