]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFPreprocessor.cxx
HV.and.LV status maps: off data collection. TOF channel status stored in OCDB: RO...
[u/mrichter/AliRoot.git] / TOF / AliTOFPreprocessor.cxx
index bc0b304fedecfc50aa35fb4c84711f6e90e8180a..0162b6b32de83e4dca3b58efd9cd8b1029c69b67 100644 (file)
@@ -244,6 +244,7 @@ UInt_t AliTOFPreprocessor::ProcessHVandLVdps(TMap *dcsAliasMap)
   else {
 
     // The processing of the DCS input data is forwarded to AliTOFDataDCS
+    if (0) { // AdC
     resultDCSMap = fHVLVmaps->ProcessData(*dcsAliasMap);
     if (!resultDCSMap) {
       Log("Some problems occurred while processing DCS data, TOF exiting from Shuttle");
@@ -329,6 +330,7 @@ UInt_t AliTOFPreprocessor::ProcessHVandLVdps(TMap *dcsAliasMap)
       */
 
     }
+    } // AdC
   }
 
 
@@ -352,8 +354,10 @@ UInt_t AliTOFPreprocessor::ProcessHVandLVdps(TMap *dcsAliasMap)
   AliCDBMetaData metaData;
   metaData.SetBeamPeriod(0);
   metaData.SetResponsible("Roberto Preghenella");
-  metaData.SetComment("This preprocessor fills an AliTOFChannelOnlineStatusArray object from FEE.and.HV.and.LV data.");
-  AliInfo("Storing Status data from current run. Collected RO.and.HV.and.LV infos @ EOR");
+  //metaData.SetComment("This preprocessor fills an AliTOFChannelOnlineStatusArray object from FEE.and.HV.and.LV data."); // AdC
+  //AliInfo("Storing Status data from current run. Collected RO.and.HV.and.LV infos @ EOR"); // AdC
+  metaData.SetComment("This preprocessor fills an AliTOFChannelOnlineStatusArray object from FEE.and.LV data.");
+  AliInfo("Storing Status data from current run. Collected RO.and.LV infos @ SOR");
   // store FEE data
   if (!Store("Calib", "Status", fStatus, &metaData, 0, kTRUE)) {
     // failed