All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
main.cpp File Reference
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

GAUDI_IMPORT int GaudiMain (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Function Documentation

GAUDI_IMPORT int GaudiMain ( int  argc,
char *  argv[] 
)
int main ( int  argc,
char *  argv[] 
)

Definition at line 4 of file main.cpp.

4  {
5  return GaudiMain(argc, argv);
6 }
GAUDI_API long argc()
Number of arguments passed to the commandline (==numCmdLineArgs()); just to match argv call...
Definition: System.cpp:526
list argv
Definition: gaudirun.py:192
GAUDI_IMPORT int GaudiMain(int argc, char *argv[])