19int main(
int argc,
char **argv)
30 JParser<> zap(
"Program to merge interpolation tables of muon light for PDFs.");
38 catch(
const exception &error) {
39 FATAL(error.what() << endl);
53 for (vector<string>::const_iterator file_name = inputFile.begin(); file_name != inputFile.end(); ++file_name) {
55 NOTICE(
"loading input from file " << *file_name <<
"... " << flush);
61 fcn.load(file_name->c_str());
65 pdf.transformer.reset(fcn.transformer->clone());
70 for (JPDF_t::super_const_iterator i = fcn.super_begin(); i != fcn.super_end(); ++i)
89 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).