12int main(
int argc, 
char **argv)
 
   22    JParser<> zap(
"Example program for JGlob.");
 
   29  catch(
const exception &error) {
 
   30    FATAL(error.what() << endl);
 
   33  DEBUG(
"pattern <" << pattern << 
">." << endl);
 
   39    for (
const auto& i : 
g1) {
 
   43  catch(
const exception& error) {
 
   44    FATAL(error.what() << endl);
 
 
int main(int argc, char **argv)
Example program for JGlob.
 
General purpose messaging.
 
#define DEBUG(A)
Message macros.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
Double_t g1(const Double_t x)
Function.
 
Utility class to parse command line options.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliary class to list files.