]> 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 33dff82ed5234c3c1349c58c358fb1a85618b8bf..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.");
   }
@@ -458,6 +462,8 @@ AliMUONCDB::MakePedestalStore(AliMUONVStore& pedestalStore, Bool_t defaultValues
 Int_t
 AliMUONCDB::MakeCapacitanceStore(AliMUONVStore& capaStore, const char* file)
 {
+  /// Read the capacitance values from file and append them to the capaStore
+  
   ifstream in(gSystem->ExpandPathName(file));
   if (in.bad()) return 0;