19 int main(
const int argc, 
const char * 
const argv[])
 
   34     JParser<> zap(
"Auxiliary program to print PMT thresholds.");
 
   46   catch(
const exception& error) {
 
   47     FATAL(error.what() << endl);
 
   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.
 
std::vector< JServer > getServernames()
Get list of names of available database servers.
 
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.