19int main(
const int argc,
const char *
const argv[])
34 JParser<> zap(
"Auxiliary program to print PMT thresholds.");
36 zap[
's'] =
make_field(server) = getServernames();
46 catch(
const exception& error) {
47 FATAL(error.what() << endl);
53 JDB::reset(usr, pwd, cookie);
57 cout << getPMTThreshold;
59 catch(
const exception& error) {
60 FATAL(error.what() << endl);
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Auxiliary class for PMT thresholds.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
int main(const int argc, const char *const argv[])
Wrapper class for server name.