From 98a837bf9bcdf19ea7fad7471cfaf7545fdb3604 Mon Sep 17 00:00:00 2001 From: zampolli Date: Tue, 12 Feb 2008 16:17:48 +0000 Subject: [PATCH] Updating FileId in TOF DAs --- TOF/TOFda.cxx | 4 ++-- TOF/TOFnoiseda.cxx | 2 +- TOF/TOFpulserda.cxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TOF/TOFda.cxx b/TOF/TOFda.cxx index 0ba699b37c2..5d987989c26 100644 --- a/TOF/TOFda.cxx +++ b/TOF/TOFda.cxx @@ -326,10 +326,10 @@ int main(int argc, char **argv) { status=0; /* export file to FXS */ - if (daqDA_FES_storeFile(FILE_RUN, FILE_RUN)) { + if (daqDA_FES_storeFile(FILE_RUN, "RUN_LEVEL")) { status=-2; } - if (daqDA_FES_storeFile(FILE_TOTAL, FILE_TOTAL)) { + if (daqDA_FES_storeFile(FILE_TOTAL, "DELAYS")) { status=-2; } diff --git a/TOF/TOFnoiseda.cxx b/TOF/TOFnoiseda.cxx index 58fcfd4c6dd..68881d545b0 100644 --- a/TOF/TOFnoiseda.cxx +++ b/TOF/TOFnoiseda.cxx @@ -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; } diff --git a/TOF/TOFpulserda.cxx b/TOF/TOFpulserda.cxx index 6950eb6fad8..0b56ae13159 100644 --- a/TOF/TOFpulserda.cxx +++ b/TOF/TOFpulserda.cxx @@ -258,7 +258,7 @@ int main(int argc, char **argv) { fclose(fp); /* store the result file on FES */ - status=daqDA_FES_storeFile(filename,filename); + status=daqDA_FES_storeFile(filename,"PULSER"); if (status) { status = -2; } -- 2.39.3