![]() |
MaCh3 2.2.1
Reference Guide
|
#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 "TVirtualFFT.h"
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... | |
Macros | |
#define | _UNDEF_ 1234567890 |
Enumerations | |
enum | ParameterEnum { kXSecPar = 0 , kNDPar = 1 , kFDDetPar = 2 , kNParameterEnum = 3 } |
KS: Enum for different covariance classes. More... | |
#define _UNDEF_ 1234567890 |
Definition at line 4 of file MCMCProcessor.h.
enum ParameterEnum |
KS: Enum for different covariance classes.
KS: Apply reweighted weight to plotting and Bayes Factor.
KS: Implement 2D reweighing like DayaBay.
KS: Implement Diagnostics/GetPenaltyTerm.cpp here.
Enumerator | |
---|---|
kXSecPar | |
kNDPar | |
kFDDetPar | |
kNParameterEnum |
Definition at line 52 of file MCMCProcessor.h.