MaCh3  2.6.1
Reference Guide
DiagMCMCModule.hpp
Go to the documentation of this file.
1 
4 #pragma once
5 #include "CLI/API/plugin.hpp"
6 
7 namespace M3{
8 
14  class DiagMCMCModule: public IModuleBase{
15 
16  public:
18  virtual ~DiagMCMCModule();
19 
22  MaCh3ArgumentParser* get_parser() override;
23 
26  int Run() override;
27  };
28 }
Module for performing diagnostic analysis on MCMC chains.
MaCh3ArgumentParser * get_parser() override
Get the argument parser for this module.
virtual ~DiagMCMCModule()
Destructor.
int Run() override
Execute the MCMC diagnostics.
Extended ArgumentParser with MaCh3-specific functionality.
Definition: m3argparse.hpp:17
Main namespace for MaCh3 software.
Plugin interface and registration macros for MaCh3.