]> git.uio.no Git - u/mrichter/AliRoot.git/commit - TPC/TPCCEda.cxx
Using proper file IDs in DAs
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Feb 2008 17:13:17 +0000 (17:13 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Feb 2008 17:13:17 +0000 (17:13 +0000)
commitbd955ed20b201d25e5facc5b1d00fa8b08c00461
treec3b3702ef99cbd60054bd4349b218ce77d76bb75
parent0f4c4eef2babf04d903907e1fd0630c813411fb2
Using proper file IDs in DAs

1. Adding comments to the header:
svn diff *da* | grep fileId
+fileId:   CE
+fileId:   pedestals
+fileId:   pulser

2. Using the fileID in correspondence the Preprocesor
svn diff *da* | grep FILE_ID
+#define FILE_ID "CE"
+  status=daqDA_FES_storeFile(RESULT_FILE,FILE_ID);
+#define FILE_ID "pedestals"
+   status=daqDA_FES_storeFile(RESULT_FILE,FILE_ID);
+#define FILE_ID "pulser"
+  status=daqDA_FES_storeFile(RESULT_FILE,FILE_ID);

3. Suppress error messages
TPC/TPCCEda.cxx
TPC/TPCPEDESTALda.cxx
TPC/TPCPULSERda.cxx