ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
plot_likelihood.hpp
Go to the documentation of this file.
1 #ifndef H_PLOT_LIKELIHOOD
2 #define H_PLOT_LIKELIHOOD
3 
4 #include <vector>
5 #include <string>
6 
7 #include "RooWorkspace.h"
8 #include "RooFitResult.h"
9 #include "RooRealVar.h"
10 
11 void PlotVars(RooWorkspace &w, bool bkg_only);
12 void GetOptions(int argc, char *argv[]);
13 RooRealVar * SetVariables(RooWorkspace &w,
14  const RooFitResult &f);
15 std::vector<std::string> GetVarNames(const RooWorkspace &w);
16 
17 #endif
void PlotVars(RooWorkspace &w, bool bkg_only)
RooRealVar * SetVariables(RooWorkspace &w, const RooFitResult &f)
void GetOptions(int argc, char *argv[])
std::vector< std::string > GetVarNames(const RooWorkspace &w)