22int main(
int argc, 
char **argv)
 
   32    JParser<> zap(
"Auxiliary program to add PDF tables of the arrival time of the Cherenkov light from an EM-shower.");
 
   40  catch(
const exception &error) {
 
   41    FATAL(error.what() << endl);
 
   45  if (inputFile.empty()) {
 
   46    FATAL(
"No input file(s)." << endl);
 
   60  const JFunction1D_t::JSupervisor supervisor(
new JFunction1D_t::JDefaultResult(0.0));
 
   62  for (vector<string>::const_iterator i = inputFile.begin(); i != inputFile.end(); ++i) {
 
   66      NOTICE(
"loading input from file " << *i << 
"... " << flush);
 
   70      buffer.load(i->c_str());
 
   72      buffer.setExceptionHandler(supervisor);
 
 
int main(int argc, char **argv)
 
Various implementations of functional maps.
 
General purpose messaging.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
virtual const char * what() const override
Get error message.
 
Utility class to parse command line options.
 
Multi-dimensional PDF table for arrival time of Cherenkov light.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).