From a5f36c63ea183a34744c94881181cc76a38eb8a5 Mon Sep 17 00:00:00 2001 From: basanta Date: Wed, 27 Aug 2008 05:58:27 +0000 Subject: [PATCH] file name changed in FES --- PMD/PMDGAINda.cxx | 2 +- PMD/PMDPEDESTALda.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PMD/PMDGAINda.cxx b/PMD/PMDGAINda.cxx index 79f6e6275b4..e68ed50b632 100644 --- a/PMD/PMDGAINda.cxx +++ b/PMD/PMDGAINda.cxx @@ -272,7 +272,7 @@ int main(int argc, char **argv) { if (filestatus == 0) { printf("root file is created and getting exported\n"); - status = daqDA_FES_storeFile("PMDGAINS.root","gaincalib"); + status = daqDA_FES_storeFile("PMDGAINS.root","PMDGAINS.root"); } if (status) { diff --git a/PMD/PMDPEDESTALda.cxx b/PMD/PMDPEDESTALda.cxx index 9e28e9061ab..dda379b49f1 100644 --- a/PMD/PMDPEDESTALda.cxx +++ b/PMD/PMDPEDESTALda.cxx @@ -193,7 +193,7 @@ int main(int argc, char **argv) { /* store the pedestal file on FES */ - status = daqDA_FES_storeFile("PMD_PED.root","pedestal"); + status = daqDA_FES_storeFile("PMD_PED.root","PMD_PED.root"); if (status) { status = -2; } -- 2.43.0