|
ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
#include "plot_likelihood.hpp"#include <iostream>#include <string>#include <stdexcept>#include <algorithm>#include <limits>#include <stdlib.h>#include <getopt.h>#include "TFile.h"#include "TH1D.h"#include "TCanvas.h"#include "RooRealVar.h"#include "RooArgList.h"#include "RooMinuit.h"#include "RooFitResult.h"#include "RooAbsPdf.h"#include "RooDataSet.h"#include "utilities.hpp"#include "styles.hpp"Go to the source code of this file.
Namespaces | |
| anonymous_namespace{plot_likelihood.cxx} | |
Functions | |
| int | main (int argc, char *argv[]) |
| void | PlotVars (RooWorkspace &w, bool bkg_only) |
| vector< string > | GetVarNames (const RooWorkspace &w) |
| RooRealVar * | SetVariables (RooWorkspace &w, const RooFitResult &f) |
| void | GetOptions (int argc, char *argv[]) |
Variables | |
| string | anonymous_namespace{plot_likelihood.cxx}::file_name = "" |
| string | anonymous_namespace{plot_likelihood.cxx}::workspace_name = "w" |
| void GetOptions | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 179 of file plot_likelihood.cxx.
References anonymous_namespace{plot_likelihood.cxx}::file_name, and anonymous_namespace{plot_likelihood.cxx}::workspace_name.
Referenced by main().
| vector<string> GetVarNames | ( | const RooWorkspace & | w | ) |
Definition at line 134 of file plot_likelihood.cxx.
References Append(), and scan_aggregate::name.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 33 of file plot_likelihood.cxx.
References ChangeExtension(), ERROR, execute(), anonymous_namespace{plot_likelihood.cxx}::file_name, GetOptions(), PlotVars(), styles::setDefaultStyle(), SetVariables(), bin_significance::style(), and anonymous_namespace{plot_likelihood.cxx}::workspace_name.
| 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 151 of file plot_likelihood.cxx.
Referenced by main().
1.8.11