From fdfc080ecbe62fe9057443c6243942fa151c804a Mon Sep 17 00:00:00 2001 From: hristov Date: Sun, 16 Apr 2006 20:14:56 +0000 Subject: [PATCH] Corrected path to the default CDB storage (A.Colla) --- EMCAL/AliEMCALClusterizerv1.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/EMCAL/AliEMCALClusterizerv1.cxx b/EMCAL/AliEMCALClusterizerv1.cxx index dce0d2fa9c3..1a447502681 100644 --- a/EMCAL/AliEMCALClusterizerv1.cxx +++ b/EMCAL/AliEMCALClusterizerv1.cxx @@ -317,10 +317,8 @@ void AliEMCALClusterizerv1::GetCalibrationParameters() //Check if calibration is stored in data base if(AliCDBManager::Instance()->IsDefaultStorageSet()){ - AliCDBEntry *entry = (AliCDBEntry*) AliCDBManager::Instance() - ->GetDefaultStorage() - ->Get("EMCAL/GainFactors_and_Pedestals/Calibration", - gAlice->GetRunNumber()); + AliCDBEntry *entry = (AliCDBEntry*) + AliCDBManager::Instance()->Get("EMCAL/Calib/Data"); if (entry) fCalibData = (AliEMCALCalibData*) entry->GetObject(); } if(!fCalibData) -- 2.39.3