Changeset 12910 for fact/tools
- Timestamp:
- 02/20/12 22:04:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/Edd/Edd.cc
r12894 r12910 962 962 // Check if index was given 963 963 if (List.size() == 1) { 964 OpenHistory(List[0].toAscii().data(), 0);964 OpenHistory(List[0].toAscii().data(), -1); 965 965 return; 966 966 } … … 1114 1114 if (argc>1 && strcmp(argv[1],"drsdaq")==0) DRSBoard = "drsdaq"; 1115 1115 1116 // EvidenceServer::ToString() works for structures only without padding 1117 dic_disable_padding(); 1118 dis_disable_padding(); 1119 1116 1120 // Make RPC to get pixelmap 1117 1121 DimRpcInfo RPC((char *) "ConfigRequest", (char *) "");
Note:
See TracChangeset
for help on using the changeset viewer.