ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
Functions
dump_markov.cxx File Reference
#include "dump_markov.hpp"
#include <cmath>
#include <iostream>
#include <string>
#include <map>
#include <utility>
#include <algorithm>
#include "TFile.h"
#include "TIterator.h"
#include "TKey.h"
#include "TList.h"
#include "TH1D.h"
#include "TCanvas.h"
#include "RooDataSet.h"
#include "RooArgSet.h"
#include "RooRealVar.h"
#include "RooWorkspace.h"
#include "RooStats/MarkovChain.h"
#include "timer.hpp"

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 
RooDataSet * GetData (TFile &file)
 
void GetValues (RooWorkspace &w, RooDataSet &data, map< string, vector< double > > &values, vector< double > &weights)
 
void FillValues (map< string, vector< double > > &values, const RooWorkspace &w)
 
void FillValues (map< string, vector< double > > &values, const RooArgSet &args)
 
void MakePlots (const map< string, vector< double > > &values, const vector< double > &weights)
 
void MakePlot (const string &name, const vector< double > &values, const vector< double > &weights)
 

Function Documentation

void FillValues ( map< string, vector< double > > &  values,
const RooWorkspace &  w 
)

Definition at line 96 of file dump_markov.cxx.

Referenced by GetValues().

void FillValues ( map< string, 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,
map< string, vector< double > > &  values,
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().

int main ( int  argc,
char *  argv[] 
)

Definition at line 29 of file dump_markov.cxx.

References GetData(), GetValues(), and MakePlots().

void MakePlot ( const string &  name,
const vector< double > &  values,
const vector< double > &  weights 
)

Definition at line 126 of file dump_markov.cxx.

Referenced by MakePlots().

void MakePlots ( const map< string, vector< double > > &  values,
const vector< double > &  weights 
)

Definition at line 117 of file dump_markov.cxx.

References MakePlot().

Referenced by main().