|
GooFit
v2.1.3
|
#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... | |
| #define GOOFIT_PARSE | ( | app, | |
| ... | |||
| ) |
Definition at line 11 of file Application.h.
Referenced by main().
1.8.13