From b6af2cb6f559a01e5c0103d02eefa0cc74d6431e Mon Sep 17 00:00:00 2001 From: shahoian Date: Thu, 27 Oct 2011 19:07:52 +0000 Subject: [PATCH] LoadCDB will query detector/Trigger apart from detector/Calib (Cvetan) --- STEER/STEER/AliReconstruction.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/STEER/STEER/AliReconstruction.cxx b/STEER/STEER/AliReconstruction.cxx index 83a6cc252c7..b10a1382a15 100644 --- a/STEER/STEER/AliReconstruction.cxx +++ b/STEER/STEER/AliReconstruction.cxx @@ -1239,6 +1239,7 @@ Bool_t AliReconstruction::LoadCDB() for (Int_t iDet = 0; iDet < kNDetectors; iDet++) { if (!IsSelected(fgkDetectorName[iDet], detStr)) continue; AliCDBManager::Instance()->GetAll(Form("%s/Calib/*",fgkDetectorName[iDet])); + AliCDBManager::Instance()->GetAll(Form("%s/Trigger/*",fgkDetectorName[iDet])); } // Temporary fix - one has to define the correct policy in order -- 2.31.1