|
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 | |
| void | PlotVars (RooWorkspace &w, bool bkg_only) |
| void | GetOptions (int argc, char *argv[]) |
| RooRealVar * | SetVariables (RooWorkspace &w, const RooFitResult &f) |
| std::vector< std::string > | GetVarNames (const RooWorkspace &w) |
| void GetOptions | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 127 of file aggregate_bins.cxx.
| std::vector<std::string> GetVarNames | ( | const RooWorkspace & | w | ) |
Definition at line 779 of file extract_yields.cxx.
References Append(), and scan_aggregate::name.
Referenced by PrintDebug(), and SetVariables().
| void PlotVars | ( | RooWorkspace & | w, |
| bool | bkg_only | ||
| ) |
Definition at line 83 of file plot_likelihood.cxx.
References plot_variations::c, anonymous_namespace{test_agnostic.cxx}::f, send_variations::model, and scan_aggregate::name.
Referenced by main().
| RooRealVar* SetVariables | ( | RooWorkspace & | w, |
| const RooFitResult & | f | ||
| ) |
Definition at line 616 of file extract_yields.cxx.
References GetFuncNames(), GetVarNames(), and plot_variations::var_names.
Referenced by main(), MakeCorrectionPlot(), MakeCovarianceMatrix(), MakeYieldPlot(), PrintDebug(), and PrintTable().
1.8.11