Go to the documentation of this file.
4 #include "dbclient/KM3NeTDBClient.h"
26 int main(
int argc,
char **argv)
42 JParser<> zap(
"Auxiliary program to convert data from data base into ASCII format.");
47 zap[
'q'] =
make_field(query) = getQueries<typelist>();
55 catch(
const exception &error) {
56 FATAL(error.what() << endl);
62 JRootStreamObjectOutput<typelist> out(writer,
"\n");
68 JDetectorsHelper::initialise();
70 JDatabaseObjectIterator<typelist> in(query, selection);
74 catch(
const exception& error) {
75 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.