4#include "dbclient/KM3NeTDBClient.h" 
   18int main(
int argc, 
char **argv)
 
   28    JParser<> zap(
"Auxiliary program to print host name of data base server.");
 
   30    zap[
's'] = 
make_field(server)     = getServernames();
 
   35  catch(
const exception &error) {
 
   36    FATAL(error.what() << endl);
 
   39  cout << JDB::getServer().HostName() << endl;
 
 
General purpose messaging.
 
Utility class to parse command line options.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
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).
 
Wrapper class for server name.