]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/TOFnoiseda.cxx
New mapping in agreement with the new instructions from Paolo and Giacinto
[u/mrichter/AliRoot.git] / TOF / TOFnoiseda.cxx
index 5cfce61eb49f1c0230666621578874e45a8b5758..68881d545b09ba69852840d97e787eda307a092b 100644 (file)
@@ -4,7 +4,7 @@ TOF DA for online calibration from pulser data
 
 Contact: Chiara.Zampolli@bo.infn.it
 Link: www.bo.infn.it/~zampolli
-Run Type: CALIBRATION, PULSER - to be properly defined
+Run Type: NOISE
 DA Type: LDC
 Number of events needed: 10000
 Input Files: TOF<nrun>.raw, where <nrun> is the run number 
@@ -281,7 +281,7 @@ int main(int argc, char **argv) {
   status =0;
 
   /* store the result file on FES */
-  status=daqDA_FES_storeFile(filename,filename);
+  status=daqDA_FES_storeFile(filename,"NOISE");
   if (status) {
     status = -2;
   }