22 int main(
int argc, 
char **argv)
 
   35     JParser<> zap(
"Auxiliary program to merge hydrophone files.");
 
   37     zap[
'f'] = 
make_field(inputFile,   
"hydrophone input file");
 
   43   catch(
const exception &error) {
 
   44     FATAL(error.what() << endl);
 
   53     container_type buffer;
 
   65       copy(buffer.begin(), buffer.end(), back_inserter(
data));
 
Data structure for hydrophone.
 
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.
 
Utility class to parse command line options.
 
void copy(const Head &from, JHead &to)
Copy header from from to to.
 
void load(const std::string &file_name, JDetector &detector)
Load detector from input file.
 
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).