15int main(
int argc,
char* argv[])
32 catch(
const exception& error) {
33 FATAL(error.what() << endl);
36 const int ierr = rename(inputFile,
outputFile);
39 FATAL(
"Error renaming " << ierr << endl);
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.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
int main(int argc, char *argv[])