21int main(
const int argc, 
const char * 
const argv[])
 
   36    JParser<> zap(
"Auxiliary program to print run setup data.");
 
   38    zap[
's'] = 
make_field(server)     = getServernames();
 
   48  catch(
const exception& error) {
 
   49    FATAL(error.what() << endl);
 
   55    JDB::reset(usr, pwd, cookie);
 
   57    detid = getDetector<string>(detid);
 
   62      ResultSet& rs = getResultSet(getTable<JAllParams>()); 
 
   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);