]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/g4menu.C
Extacting the OCDB in a separate module. The detectors have write permission in the...
[u/mrichter/AliRoot.git] / macros / g4menu.C
index e55f474dd507f6d2ea374096b7f9d475b0d28fbc..7a2e7579448d850d6eb7b2e2de9c3c4076850053 100644 (file)
@@ -65,7 +65,7 @@ void g4menu()
 void MakeGeometry()
 {  
   AliCDBManager* man = AliCDBManager::Instance();
-  man->SetDefaultStorage("local://$ALICE_ROOT");
+  man->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   man->SetRun(1);
   gAlice->Init("$ALICE_ROOT/macros/g4ConfigGeometry.C");
   
@@ -84,7 +84,7 @@ void MakeGeometry()
 void Init()
 {  
   AliCDBManager* man = AliCDBManager::Instance();
-  man->SetDefaultStorage("local://$ALICE_ROOT");
+  man->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
   man->SetRun(0);
   gAlice->Init("$ALICE_ROOT/macros/g4Config.C");