]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- Adding loading mapping from CDB (now required)
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Jul 2007 09:12:45 +0000 (09:12 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Jul 2007 09:12:45 +0000 (09:12 +0000)
- Reordering includes

MUON/TestMUONPreprocessor.C

index 3cff705c9c7d278f453bad185716d3f37906a216..27a5d062a2021a2fe66b947e4d9118b2b2aa4799 100644 (file)
 // By Laurent Aphecetche, SUBATECH Nantes
 
 #include "TestMUONPreprocessor.h"
+
+#include "AliMUONTrackerPreprocessor.h"
+#include "AliMUONHVNamer.h"
+
+#include "AliMpExMap.h"
+#include "AliMpHelper.h"
+#include "AliMpCDB.h"
+
 #include "AliCDBManager.h"
-#include "AliShuttleInterface.h"
+#include "AliCDBEntry.h"
 #include "AliCDBId.h"
+#include "AliShuttleInterface.h"
 #include "AliTestShuttle.h"
-#include "TMap.h"
+#include "AliDCSValue.h"
+
 #include "Riostream.h"
 #include "TSystem.h"
-#include "AliMpExMap.h"
 #include "TMap.h"
-#include "TString.h"
 #include "TObjArray.h"
-#include "AliMpHelper.h"
-#include "AliDCSValue.h"
 #include "TObjString.h"
+#include "TString.h"
 #include "TRandom.h"
-#include "AliMUONTrackerPreprocessor.h"
-#include "AliCDBEntry.h"
-#include "AliMUONHVNamer.h"
 #endif
 
 void TestMUONPreprocessor(Int_t runNumber=80, const char* runType="PEDESTAL_RUN")
@@ -79,6 +83,10 @@ void TestMUONPreprocessor(Int_t runNumber=80, const char* runType="PEDESTAL_RUN"
   printf("Test OCDB storage Uri: %s\n", AliShuttleInterface::GetMainCDB().Data());
   printf("Test Reference storage Uri: %s\n", AliShuttleInterface::GetMainRefStorage().Data());
   
+  // Load mapping from CDB
+  AliMpCDB::LoadMpSegmentation();
+  AliMpCDB::LoadDDLStore();
+
   // Create DCS HV aliases
   TMap* dcsAliasMap = CreateDCSAliasMap();