Go to the documentation of this file.
49 int main(
int argc,
char **argv)
58 JLimit_t& numberOfEvents = inputFile.getLimit();
65 JParser<> zap(
"Auxiliary program to convert data formats.");
69 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
71 "Precede name of data structure by a '+' or '-' "
72 "to add or remove data types in the output, respectively."
74 zap[
'm'] =
make_field(merge,
"Allow merging of files w/o headers");
79 catch(
const exception& error) {
80 FATAL(error.what() << endl);
Auxiliary class for defining the range of iterations of objects.
Empty structure for specification of parser element that is initialised (i.e.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary class for selection of data type.
Auxiliary class for ROOT class selection.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
General purpose class for object reading from a list of file names.