4#include "dbclient/KM3NeTDBClient.h"
11#include "JDB/JDBDictionary.hh"
26int main(
int argc,
char **argv)
43 JParser<> zap(
"Auxiliary program to convert data from data base into ASCII format.");
45 zap[
's'] =
make_field(server) = getServernames();
49 zap[
'q'] =
make_field(query) = getQueries<typelist>();
57 catch(
const exception &error) {
58 FATAL(error.what() << endl);
68 JDB::reset(usr, pwd, cookie);
70 JDBToolkit::initialise(getDetector);
76 catch(
const exception& error) {
77 FATAL(error.what() << endl);
int main(int argc, char **argv)
ROOT TTree parameter settings.
This file is automatically created by make.
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Object iteration from database.
Simple data structure to support I/O of equations (see class JLANG::JEquation).
Utility class to parse command line options.
Template implementation of stream output for single data type based on ROOT dictionary.
Implementation for ASCII output of objects with ROOT dictionary.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Wrapper class for server name.
Empty structure for specification of parser element that is initialised (i.e. does not require input)...
Empty structure for specification of parser element that is not initialised (i.e. does require input)...