main.cpp File Reference
#include "GaudiKernel/Kernel.h"
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:536
list argv
Definition: gaudirun.py:226
GAUDI_IMPORT int GaudiMain(int argc, char *argv[])