]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
File IDs corrected for the SPD preprocessor (A. MAstroserio)
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 26 Jul 2009 21:42:35 +0000 (21:42 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 26 Jul 2009 21:42:35 +0000 (21:42 +0000)
ITS/ITSSPDFOda.cxx

index dc5c0b8ba5f746cd57d7173816336df70ffbb053..032ee490fb9f2a9f9c956a90b6fd90ce4f679bbb 100644 (file)
@@ -345,7 +345,7 @@ int main(int argc, char **argv) {
       if(!iseq[eqId]) continue;   
       //printf("Preparing reference data for eq %d\n",eqId);
       
-      TString idf = Form("SPD_fo_scan_%d",eqId);
+      TString idf = Form("SPD_ref_fo_%d",eqId);
 #ifndef SPD_DA_OFF
       status = daqDA_FES_storeFile(files[eqId].Data(),idf.Data());
       if (status!=0) {