ROOT  6.06/08
Reference Guide
Variables
MarkovChain.cxx File Reference
#include "Rtypes.h"
#include "TNamed.h"
#include "RooStats/MarkovChain.h"
#include "RooDataSet.h"
#include "RooArgSet.h"
#include "RooRealVar.h"
#include "RooStats/RooStatsUtils.h"
#include "RooDataHist.h"
#include "THnSparse.h"
+ Include dependency graph for MarkovChain.cxx:

Go to the source code of this file.

Variables

static const char * WEIGHT_NAME = "weight_MarkovChain_local_"
 
static const char * NLL_NAME = "nll_MarkovChain_local_"
 
static const char * DATASET_NAME = "dataset_MarkovChain_local_"
 
static const char * DEFAULT_NAME = "_markov_chain"
 
static const char * DEFAULT_TITLE = "Markov Chain"
 

Variable Documentation

§ DATASET_NAME

const char* DATASET_NAME = "dataset_MarkovChain_local_"
static

Definition at line 54 of file MarkovChain.cxx.

Referenced by RooStats::MarkovChain::SetParameters().

§ DEFAULT_NAME

const char* DEFAULT_NAME = "_markov_chain"
static

Definition at line 55 of file MarkovChain.cxx.

§ DEFAULT_TITLE

const char* DEFAULT_TITLE = "Markov Chain"
static

Definition at line 56 of file MarkovChain.cxx.

§ NLL_NAME

const char* NLL_NAME = "nll_MarkovChain_local_"
static

§ WEIGHT_NAME

const char* WEIGHT_NAME = "weight_MarkovChain_local_"
static

Definition at line 52 of file MarkovChain.cxx.

Referenced by RooStats::MarkovChain::SetParameters().