|
ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
#include <map>#include <vector>#include <string>#include "TFile.h"#include "TH1D.h"#include "RooArgSet.h"#include "RooDataSet.h"Go to the source code of this file.
Functions | |
| RooDataSet * | GetData (TFile &file) |
| void | GetValues (RooWorkspace &w, RooDataSet &data, std::map< std::string, std::vector< double > > &values, std::vector< double > &weights) |
| void | FillValues (std::map< std::string, std::vector< double > > &values, const RooWorkspace &w) |
| void | FillValues (std::map< std::string, std::vector< double > > &values, const RooArgSet &args) |
| void | MakePlots (const std::map< std::string, std::vector< double > > &values, const std::vector< double > &weights) |
| void | MakePlot (const std::string &name, const std::vector< double > &values, const std::vector< double > &weights) |
| void FillValues | ( | std::map< std::string, std::vector< double > > & | values, |
| const RooWorkspace & | w | ||
| ) |
Definition at line 96 of file dump_markov.cxx.
Referenced by GetValues().
| void FillValues | ( | std::map< std::string, std::vector< double > > & | values, |
| const RooArgSet & | args | ||
| ) |
Definition at line 103 of file dump_markov.cxx.
| RooDataSet* GetData | ( | TFile & | file | ) |
Definition at line 45 of file dump_markov.cxx.
Referenced by main().
| void GetValues | ( | RooWorkspace & | w, |
| RooDataSet & | data, | ||
| std::map< std::string, std::vector< double > > & | values, | ||
| std::vector< double > & | weights | ||
| ) |
Definition at line 69 of file dump_markov.cxx.
References abcd_sensitivity::args, FillValues(), Timer::Iterate(), and Timer::Start().
Referenced by main().
| void MakePlot | ( | const std::string & | name, |
| const std::vector< double > & | values, | ||
| const std::vector< double > & | weights | ||
| ) |
Definition at line 126 of file dump_markov.cxx.
Referenced by MakePlots().
| void MakePlots | ( | const std::map< std::string, std::vector< double > > & | values, |
| const std::vector< double > & | weights | ||
| ) |
1.8.11