MaCh3  2.6.1
Reference Guide
GetPenaltyTerm.cpp
Go to the documentation of this file.
1 #include "Manager/MaCh3Logger.h"
3 
4 int main(int argc, char const* argv[]){
5  MACH3LOG_WARN("Deprecation Warning: Use of the standalone executable will be deprecated in future releases.");
6  MACH3LOG_WARN(" : you can use 'mach3 penterm' as a direct replacement instead.");
7  argv[0] = "penterm";
9  ArgumentParser* parser = proc.get_parser();
10  parser->parse_args(argc, argv);
11  proc.Run();
12  MACH3LOG_WARN("Deprecation Warning: Use of the standalone executable will be deprecated in future releases.");
13  MACH3LOG_WARN(" : you can use 'mach3 penterm' as a direct replacement instead.");
14  return 0;
15 }
Module for extracting penalty terms from systematic chains.
int main(int argc, char const *argv[])
MaCh3 Logging utilities built on top of SPDLOG.
#define MACH3LOG_WARN
Definition: MaCh3Logger.h:36
Module for extracting specific penalty terms from MCMC chains.
MaCh3ArgumentParser * get_parser() override
Get the argument parser for this module.
int Run() override
Execute the penalty term extraction.