]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added log message in case there are no source files
authorgustavo <gustavo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 1 Feb 2007 15:02:42 +0000 (15:02 +0000)
committergustavo <gustavo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 1 Feb 2007 15:02:42 +0000 (15:02 +0000)
EMCAL/AliEMCALPreprocessor.cxx

index 501f1a1039b7f550c143ce6c0bfee326b2e417a9..9cd6e9d6ee1ec9dbc73668221ea4a509b47ca7a0 100644 (file)
@@ -17,6 +17,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.4  2007/01/24 16:57:14  gustavo
+ * Calibratio file sources machines are now not hardcoded but retreived from shuttle
+ *
  * Revision 1.3  2006/12/20 10:53:28  gustavo
  * Change const char * by TString, change AliInfos per AliPreprocessor::Log or AliDebug
  *
@@ -172,7 +175,11 @@ UInt_t AliEMCALPreprocessor::Process(TMap* /*valueSet*/)
        f.Close();
       }//while
     }//If list
-  
+  else {
+    Log("Sources not found for id AMPLITUDES");
+    return 0;
+  }
+
   AliCDBMetaData metaData;
   Int_t result = Store("Calib", "Data", &calibData, &metaData);