]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing obsolete Mapping request
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Sep 2008 12:52:11 +0000 (12:52 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 29 Sep 2008 12:52:11 +0000 (12:52 +0000)
MUON/AliMUONPreprocessor.cxx

index cd02d6d31d9998c8900864dfe1422ab1029c5585..0bebd5f1d33b8b81e2069a316ee50f824833f5cf 100644 (file)
@@ -98,20 +98,13 @@ AliMUONPreprocessor::Initialize(Int_t run, UInt_t startTime, UInt_t endTime)
   }   
   
   // Load mapping from CDB for this run
-  AliCDBEntry* cdbEntry = GetFromOCDB("Calib", "Mapping");
+  AliCDBEntry* cdbEntry = GetFromOCDB("Calib", "DDLStore");
   if (!cdbEntry)
   {
-    Log("Could not get Mapping from OCDB !");
+    Log("Could not get DDLStore from OCDB !");
     fIsValid = kFALSE;
   }
   
-  cdbEntry = GetFromOCDB("Calib", "DDLStore");
-  if (!cdbEntry)
-  {
-    Log("Could not get DDLStore from OCDB");
-    fIsValid = kFALSE;
-  }
-
   if (IsValid())
   {
     // loop over subtasks and initialize them