ctools
2.0.0
|
CTA background cube tool main code. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Main entry point of application. More... | |
CTA background cube tool main code.
Definition in file main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main entry point of application.
[in] | argc | Number of command line arguments. |
[in] | argv | Command line arguments. |
This is the main entry point of the ctbkgcube application. It allocates a ctbkgcube object and executes the application. Any exceptions that occur will be catched and corresponding error messages written in the application logger and into the standard output.
Definition at line 46 of file main.cpp.
References execute_ctool(), and report_ctool_failure().