#include <iostream>
#include <iomanip>
#include <vector>
#include <set>
#include "JAcoustics/JTransmission_t.hh"
#include "JSupport/JMeta.hh"
#include "Jeep/JContainer.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
 
Go to the source code of this file.
 | 
| int  | main (int argc, char **argv) | 
|   | 
◆ main()
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char **  | 
          argv  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
- Author
 - mdejong
 
Auxiliary program to merge disable files. 
Definition at line 21 of file JMergeDisable.cc.
   34     JParser<> zap(
"Auxiliary program to merge disable files.");
 
   42   catch(
const exception &error) {
 
   43     FATAL(error.what() << endl);
 
   47   disable_container disable;
 
   50     disable.load(i->c_str());
 
   53   disable.comment.add(
JMeta(argc, argv));
 
#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).
 
Auxiliary wrapper for I/O of container with optional comment (see JComment).
 
Empty structure for specification of parser element that is initialised (i.e. does not require input)...