21 int main(
const int argc,
const char *
const argv[])
36 JParser<> zap(
"Auxiliary program to print run setup data.");
48 catch(
const exception& error) {
49 FATAL(error.what() << endl);
57 detid = getDetector<string>(detid);
65 umap[buffer.OID] = buffer.NAME;
74 cout << setw(24) << left << buffer.UPIFILTER << right <<
" " << buffer.PAR_OID <<
" -> " << umap[buffer.PAR_OID] <<
" = " << buffer.VALUE << endl;
77 catch(
const exception& error) {
78 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
int main(const int argc, const char *const argv[])
Utility class to parse command line options.
ResultSet & getResultSet(const std::string &query)
Get result set.
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).
Wrapper class for server name.
Template definition for getting table specific selector.