]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/PHOSLEDda.cxx
File Exchange Server file Id (fesfileid) corrected.
[u/mrichter/AliRoot.git] / PHOS / PHOSLEDda.cxx
index 83d604094664c6b6537b0722bc741d7e66874d81..bdabd7f50a95e2719b9c01c88e63eb905f4d7b5c 100644 (file)
@@ -224,12 +224,10 @@ int main(int argc, char **argv) {
   f->Close();
   
   /* Store output files to the File Exchange Server */
-  char fesfileid[128];
   
   for(Int_t iMod=0; iMod<5; iMod++) {
     sprintf(localfile,"PHOS_Module%d_LED.root",iMod);
-    sprintf(fesfileid,"PHOS_Module%d_LED",iMod);
-    daqDA_FES_storeFile(localfile,fesfileid);
+    daqDA_FES_storeFile(localfile,"LED");
   }
   
   printf("%d physics events of %d total processed.\n",nevents_physics,nevents_total);