]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding useful print out in case of issues
authorzampolli <Chiara.Zampolli@cern.ch>
Sat, 22 Nov 2014 17:44:51 +0000 (18:44 +0100)
committerzampolli <Chiara.Zampolli@cern.ch>
Sat, 22 Nov 2014 17:44:51 +0000 (18:44 +0100)
TOF/AliTOFPreprocessor.cxx

index 074f0644f07ae0959584c1ff2d1a88ef5148ba4e..0a686630e8a1f7ace1d8bbb2937b576fd47fa8f4 100644 (file)
@@ -262,7 +262,7 @@ UInt_t AliTOFPreprocessor::ProcessHVandLVdps(TMap *dcsAliasMap)
  
     resultDCSMap = fHVLVmaps->ProcessData(*dcsAliasMap);
     if (!resultDCSMap) {
-      Log("Some problems occurred while processing DCS data, TOF exiting from Shuttle");
+      Log("Some problems occurred while processing DCS data for HV and LV, TOF exiting from Shuttle");
       if (fHVLVmaps) {
        delete fHVLVmaps;
        fHVLVmaps = 0;
@@ -1878,7 +1878,9 @@ UInt_t AliTOFPreprocessor::Process(TMap *dcsAliasMap)
     Int_t iresultReadout = ProcessReadout();
     Int_t iresultDCS = ProcessDCSDataPoints(dcsAliasMap);
     Int_t iResultHVandLVdps = ProcessHVandLVdps(dcsAliasMap);
-    return iresultDAQ+iresultNoiseCalib+iresultDCS+iResultHVandLVdps+iresultReadout;
+    Int_t totResult = iresultDAQ + iresultNoiseCalib + iresultDCS + iResultHVandLVdps + iresultReadout; 
+    Log(Form("Processing PHYSICS, returning %d (iresultDAQ = %d, iresultNoiseCalib = %d, iresultDCS = %d, iResultHVandLVdps = %d, iresultReadout = %d)", totResult, iresultDAQ, iresultNoiseCalib, iresultDCS, iResultHVandLVdps, iresultReadout));
+    return totResult;
   }
 
   // storing