]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/g4ConfigCommon.C
Installing the content of data folder
[u/mrichter/AliRoot.git] / macros / g4ConfigCommon.C
index 8be698fc6420b441b34cf89fde64300af13436aa..69b56a48f6a712e0a31d49211049fff9e0fc19ff 100644 (file)
@@ -43,7 +43,7 @@ void ConfigCommon(Bool_t setRootGeometry = kTRUE)
   }
 
   // Set the trigger configuration
-  gAlice->SetTriggerDescriptor("Pb-Pb");
+  AliSimulation::Instance()->SetTriggerConfig("Pb-Pb");
   cout<<"Trigger configuration is set to  Pb-Pb"<<endl;
 
     // Set Random Number seed
@@ -193,7 +193,7 @@ void ConfigCommon(Bool_t setRootGeometry = kTRUE)
     {
         //=================== ITS parameters ============================
 
-       AliITS *ITS  = new AliITSv11Hybrid("ITS","ITS v11Hybrid");
+       AliITS *ITS  = new AliITSv11("ITS","ITS v11");
     }
 
     if (iTPC)