]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding call to LoadMpSegmentation() in LoadDDLStore()
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Oct 2007 13:27:53 +0000 (13:27 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Oct 2007 13:27:53 +0000 (13:27 +0000)
MUON/mapping/AliMpCDB.cxx

index 00f38dc4e6b84a705c777e91f62f57fe15da76e6..47c4557f25324ef6dbcbc9fd610cd68fedee2271 100644 (file)
 ClassImp(AliMpCDB)
 /// \endcond
 
-
 //
 // static methods
 //
-#include "AliMpSegmentation.h"
-#include <Riostream.h>
+
 //______________________________________________________________________________
 Bool_t AliMpCDB::LoadMpSegmentation(Bool_t warn)
 {
@@ -90,6 +88,12 @@ Bool_t AliMpCDB::LoadDDLStore(Bool_t warn)
     return true;
   }  
   
+  // Load segmentation
+  //
+  LoadMpSegmentation(warn); 
+  
+  // Load DDL store
+  //
   AliCDBManager* cdbManager = AliCDBManager::Instance();
   if ( ! cdbManager->GetDefaultStorage() )
     cdbManager->SetDefaultStorage("local://$ALICE_ROOT");