ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
Namespaces | Functions | Variables
plot_likelihood.cxx File Reference
#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"
 

Function Documentation

void GetOptions ( int  argc,
char *  argv[] 
)
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[] 
)
void PlotVars ( RooWorkspace &  w,
bool  bkg_only 
)
RooRealVar* SetVariables ( RooWorkspace &  w,
const RooFitResult &  f 
)

Definition at line 151 of file plot_likelihood.cxx.

Referenced by main().