21int main(
int argc, 
char **argv)
 
   32    JParser<> zap(
"Main program to create table of CDFs from table of PDFs for Cherenkov light from muon.");
 
   41  catch(
const exception& error) {
 
   42    FATAL(error.what() << endl);
 
   58    NOTICE(
"loading input from file " << inputFile << 
"... " << flush);
 
   60    pdf.load(inputFile.c_str());
 
   65    FATAL(error.what() << endl);
 
   68  NOTICE(
"converting... " << flush);
 
   70  JCDF_t cdf(pdf, epsilon);
 
   83    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
 
Utility class to parse command line options.
 
Multi-dimensional CDF table for arrival time of Cherenkov light.
 
Multi-dimensional PDF table for arrival time of Cherenkov light.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).