ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
get_dilepton_uncertainties.hpp
Go to the documentation of this file.
1 #ifndef H_GET_DILEPTON_UNCERTAINTIES
2 #define H_GET_DILEPTON_UNCERTAINTIES
3 
4 #include <vector>
5 #include <string>
6 
7 #include "RooWorkspace.h"
8 #include "RooFitResult.h"
9 #include "RooRealVar.h"
10 
11 std::vector<std::string> GetBinNames(const RooWorkspace &w);
12 
13 double GetBkgPred(const RooWorkspace &w,
14  const std::string &bin_name);
15 
16 double GetBkgPredErr(const RooWorkspace &w,
17  const RooFitResult &f,
18  const std::string &bin_name);
19 
20 RooRealVar * SetVariables(RooWorkspace &w,
21  const RooFitResult &f);
22 
23 #endif
double GetBkgPredErr(const RooWorkspace &w, const RooFitResult &f, const std::string &bin_name)
RooRealVar * SetVariables(RooWorkspace &w, const RooFitResult &f)
double GetBkgPred(const RooWorkspace &w, const std::string &bin_name)
std::vector< std::string > GetBinNames(const RooWorkspace &w)