![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <stdio.h>#include <string.h>#include <unistd.h>#include <dirent.h>#include <sys/stat.h>#include <errno.h>#include <stdlib.h>
Include dependency graph for liblist.c:Go to the source code of this file.
Macros | |
| #define | BUFSIZE 1000000 |
| #define | TRIGSIZE 1000 |
| #define | NLIBMAX 200 |
Functions | |
| char ** | parsedir (char *directory, int *argc) |
| int | main (int argc, char **argv) |
Variables | |
| char * | optarg |
| int | optind |
| int | opterr |
| int | optopt |
| #define BUFSIZE 1000000 |
Definition at line 40 of file liblist.c.
View newest version in sPHENIX GitHub at line 40 of file liblist.c
Referenced by G4UItcsh::G4UItcsh(), main(), G4MPIbatch::ReadCommand(), G4UIbatch::ReadCommand(), and G4UIExecutive::SelectSessionByFile().
| #define NLIBMAX 200 |
| #define TRIGSIZE 1000 |
Definition at line 126 of file liblist.c.
View newest version in sPHENIX GitHub at line 126 of file liblist.c
References buffer, bufferPtr, BUFSIZE, c, g4zmq::exit(), fclose(), fp, NLIBMAX, optarg, optind, parsedir(), G4InuclParticleNames::pp, printf(), and TRIGSIZE.
Here is the call graph for this function:| char** parsedir | ( | char * | directory, |
| int * | argc | ||
| ) |
| char* optarg |
Referenced by main(), and G4MPImanager::ParseArguments().
| int opterr |
Referenced by G4MPImanager::ParseArguments().
| int optind |
Referenced by main(), and G4MPImanager::ParseArguments().
| int optopt |