17 int main(
int argc, 
char **argv)
 
   27     JParser<> zap(
"Example program to read trigger parameters.");
 
   34   catch(
const exception &error) {
 
   35     FATAL(error.what() << endl);
 
   38   cout << parameters << endl;
 
General purpose messaging.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
Utility class to parse command line options.
 
int main(int argc, char **argv)
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Empty structure for specification of parser element that is initialised (i.e. does not require input)...