GooFit  v2.1.3
Classes | Namespaces | Macros | Functions
Application.h File Reference
#include <csignal>
#include <CLI/CLI.hpp>
#include <goofit/Color.h>
#include <goofit/Error.h>
#include <goofit/Log.h>

Go to the source code of this file.

Classes

class  GooFit::Application
 

Namespaces

 GooFit
 

Macros

#define GOOFIT_PARSE(app, ...)
 

Functions

void GooFit::signal_handler (int s)
 will call the correct exit func, no unwinding of the stack though More...
 
void GooFit::print_splash ()
 
void GooFit::print_goofit_info (int gpuDev_=0)
 Print out information about GooFit. More...
 

Macro Definition Documentation

◆ GOOFIT_PARSE

#define GOOFIT_PARSE (   app,
  ... 
)
Value:
try { \
app.run(); \
} catch(const GooFit::ParseError &e) { \
return app.exit(e); \
}

Definition at line 11 of file Application.h.

Referenced by main().