]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
preprocessor stored DCS points in RefCDB
authoralla <alla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 May 2008 11:50:16 +0000 (11:50 +0000)
committeralla <alla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 23 May 2008 11:50:16 +0000 (11:50 +0000)
T0/AliT0Preprocessor.cxx

index 08239e81bfe49357390f9e2525395f1802b18bd2..3ef3cf5b9ec72cf42dceb5192a095731b946541a 100644 (file)
@@ -123,7 +123,7 @@ UInt_t AliT0Preprocessor::ProcessDCSDataPoints(TMap* dcsAliasMap){
             metaDataDCS.SetResponsible("Tomasz Malkiewicz");
             metaDataDCS.SetComment("This preprocessor fills an AliTODataDCS object.");
             AliInfo("Storing DCS Data");
-            resultDCSStore = Store("Calib","DCSData",fData, &metaDataDCS);
+            resultDCSStore = StoreReferenceData("Calib","DCSData",fData, &metaDataDCS);
             if (!resultDCSStore)
             {
               Log("Some problems occurred while storing DCS data results in ReferenceDB");