From: alla Date: Fri, 23 May 2008 11:50:16 +0000 (+0000) Subject: preprocessor stored DCS points in RefCDB X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=fe3c9b71ce7401dc909d72d05f9e96627357e0a7 preprocessor stored DCS points in RefCDB --- diff --git a/T0/AliT0Preprocessor.cxx b/T0/AliT0Preprocessor.cxx index 08239e81bfe..3ef3cf5b9ec 100644 --- a/T0/AliT0Preprocessor.cxx +++ b/T0/AliT0Preprocessor.cxx @@ -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");