]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Change wrong directory data name from EmcGainPedestals to Data
authorgustavo <gustavo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jun 2007 08:50:14 +0000 (08:50 +0000)
committergustavo <gustavo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jun 2007 08:50:14 +0000 (08:50 +0000)
EMCAL/AliEMCALPreprocessor.cxx

index 5be01cfe309f463354ff7c2314c67f80684c3864..338bc7bab4e07eecdc111626fad6a2980520949f 100644 (file)
@@ -17,6 +17,9 @@
 /* History of cvs commits:
  *
  * $Log$
+ * Revision 1.6  2007/04/29 15:06:19  gustavo
+ * New return value, and some minor fixes
+ *
  * Revision 1.5  2007/02/01 15:02:42  gustavo
  * Added log message in case there are no source files
  *
@@ -184,7 +187,7 @@ UInt_t AliEMCALPreprocessor::Process(TMap* /*valueSet*/)
   //Store EMCAL calibration data
   
   AliCDBMetaData emcalMetaData;
-  Bool_t emcalOK = Store("Calib", "EmcGainPedestals", &calibData, &emcalMetaData);
+  Bool_t emcalOK = Store("Calib", "Data", &calibData, &emcalMetaData);
   
   if(emcalOK) return 0;
   else