MaCh3  2.5.0
Reference Guide
Classes | Enumerations
MCMCProcessor.h File Reference
#include <complex>
#include <cstdio>
#include "Fitters/StatisticalUtils.h"
#include "Samples/HistogramUtils.h"
#include "Parameters/ParameterHandlerUtils.h"
#include "TFile.h"
#include "TBranch.h"
#include "TCanvas.h"
#include "TLine.h"
#include "TLegend.h"
#include "TString.h"
#include "TGraphErrors.h"
#include "TVectorD.h"
#include "TColor.h"
#include "TStyle.h"
#include "TStopwatch.h"
#include "TText.h"
#include "TGaxis.h"
#include "TTree.h"
#include "TROOT.h"
#include "TKey.h"
#include "TRandom3.h"
#include "TGraphPolar.h"
#include "TCandle.h"
#include "TMath.h"
#include "TMatrixDSymEigen.h"
Include dependency graph for MCMCProcessor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MCMCProcessor
 Class responsible for processing MCMC chains, performing diagnostics, generating plots, and managing Bayesian analysis. More...
 

Enumerations

enum  ParameterEnum { kXSecPar = 0 , kNDPar = 1 , kFDDetPar = 2 , kNParameterEnum = 3 }
 

Enumeration Type Documentation

◆ ParameterEnum

KS: Enum for different covariance classes

Warning
this is bit of legacy functionality and will become deprecated in future
Enumerator
kXSecPar 
kNDPar 
kFDDetPar 
kNParameterEnum 

Definition at line 45 of file MCMCProcessor.h.

45  {
46  kXSecPar = 0,
47  kNDPar = 1,
48  kFDDetPar = 2,
49 
50  kNParameterEnum = 3 //KS: keep it at the end to keep track of all parameters
51 };
@ kNDPar
Definition: MCMCProcessor.h:47
@ kXSecPar
Definition: MCMCProcessor.h:46
@ kNParameterEnum
Definition: MCMCProcessor.h:50
@ kFDDetPar
Definition: MCMCProcessor.h:48