21int main(
int argc, 
char **argv)
 
   34    JParser<> zap(
"Auxiliary program to merge tripod files.");
 
   36    zap[
'f'] = 
make_field(inputFile,   
"input file");
 
   42  catch(
const exception &error) {
 
   43    FATAL(error.what() << endl);
 
   48  data.comment.add(
JMeta(argc, argv));
 
   50  for (vector<string>::const_iterator i = inputFile.begin(); i != inputFile.end(); ++i) {
 
   52    container_type buffer;
 
   64      copy(buffer.begin(), buffer.end(), back_inserter(data));
 
 
int main(int argc, char **argv)
 
General purpose messaging.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
I/O formatting auxiliaries.
 
Data structure for tripod.
 
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).