19 int main(
int argc, 
char **argv)
 
   30     JParser<> zap(
"Program to merge interpolation tables of shower light for PDFs.");
 
   38   catch(
const exception &error) {
 
   39     FATAL(error.what() << endl);
 
   56     NOTICE(
"loading input from file " << *file_name << 
"... " << flush);
 
   62       fcn.load(file_name->c_str());
 
   66         pdf.transformer.reset(fcn.transformer->clone());
 
   71       for (JPDF_t::super_const_iterator i = fcn.super_begin(); i != fcn.super_end(); ++i)
 
   90     FATAL(error.what() << endl);
 
Various implementations of functional maps.
 
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
 
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).