]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCDB.cxx
Adding class AliMUONClusterStoreV2 (Philippe P., Laurent)
[u/mrichter/AliRoot.git] / MUON / AliMUONCDB.cxx
index 1386e4a0baedc8ddd19a2bd63c9f34e57aae0aa7..662d7bf4439ac85d2341968b84fa251bf4e18231 100644 (file)
@@ -172,8 +172,12 @@ AliMUONCDB::ManuList()
   {
     AliInfo("Generating ManuList...");
     AliCDBManager::Instance()->SetDefaultStorage(fCDBPath);
-    AliMpCDB::LoadMpSegmentation();
-    AliMpCDB::LoadDDLStore();
+
+    // Load mapping
+    if ( ! AliMpCDB::LoadDDLStore() ) {
+      AliFatal("Could not access mapping from OCDB !");
+    }
+
     fManuList = AliMpManuList::ManuList();
     AliInfo("Manu List generated.");
   }