Go to the documentation of this file.
4 #include "KM3NeTDBClient.h"
25 int main(
int argc,
char **argv)
41 JParser<> zap(
"Auxiliary program to convert data from data base into ASCII format.");
46 zap[
'q'] =
make_field(query) = getQueries<typelist>();
54 catch(
const exception &error) {
55 FATAL(error.what() << endl);
61 JRootStreamObjectOutput<typelist> out(writer,
"\n");
67 JDetectorsHelper::initialise();
69 JDatabaseObjectIterator<typelist> in(query, selection);
73 catch(
const exception& error) {
74 FATAL(error.what() << endl);
T & getInstance(const T &object)
Get static instance from temporary object.
Empty structure for specification of parser element that is initialised (i.e.
int main(int argc, char **argv)
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
void reset(JCLBInput &data, size_t size)
Reset CLB buffers.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Empty structure for specification of parser element that is not initialised (i.e.