Example program to test JTOOLS::JAutoMap class.  
More...
#include <iostream>
#include <iomanip>
#include <string>
#include "JTools/JAutoMap.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
 
Go to the source code of this file.
 | 
|    | JTOOLS | 
|   | Auxiliary classes and methods for multi-dimensional interpolations and histograms. 
  | 
|   | 
 | 
| int  | main (int argc, char **argv) | 
|   | 
Example program to test JTOOLS::JAutoMap class. 
- Author
 - mdejong 
 
Definition in file JAutoMap.cc.
 
◆ main()
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char **  | 
          argv  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 55 of file JAutoMap.cc.
   63     JParser<> zap(
"Example program to test automatic generation of map based on data types.");
 
   69   catch(
const exception &error) {
 
   70     FATAL(error.what() << endl);
 
   85     zmap.insert<JDataTypes_t>();
 
   87     cout << 
"First method" << endl;
 
   89     for (JAutoMap_t::const_iterator i = zmap.begin(); i != zmap.end(); ++i) {
 
   90       cout << setw(2) << i->first << 
' ' << i->second << endl;
 
   99     cout << 
"Second method" << endl;
 
  101     for (JAutoMap_t::const_iterator i = zmap.begin(); i != zmap.end(); ++i) {
 
  102       cout << setw(2) << i->first << 
' ' << i->second << endl;
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
Utility class to parse command line options.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).