1 #ifndef __READOPTIONS__ 
    2 #define __READOPTIONS__ 
   31   string detector_file ;
 
   41   int number_neighbors ;
 
   78     if (zap.
read(argc, argv) != 0)
 
   84   catch(
const exception &error) {
 
   86     ERROR(error.what() << endl);
 
Utility class to parse command line options. 
 
Structure to store the different command line arguments for JRunAnalyzer. 
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object 
 
General purpose messaging. 
 
int read(const int argc, const char *const argv[])
Parse the program's command line options. 
 
Utility class to parse command line options. 
 
int read_user_options(IO &options, int argc, char **argv)
Parses the command line options and fills an IO structure with them.