]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ConfigBeautyPPR.C
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / macros / ConfigBeautyPPR.C
index bee9e92eae4e6e0dcc68a65d9087378f108afad1..8a909464521a3a78f240cb05f198b4adf7277569 100644 (file)
@@ -11,7 +11,7 @@ void Config()
   gRandom->SetSeed(seed);
   cerr<<"Seed for random number generation= "<<seed<<endl; 
 
-  new AliGeant3("C++ Interface to Geant3");
+  new TGeant3("C++ Interface to Geant3");
 
   //=======================================================================
   //  Create the output file
@@ -103,7 +103,7 @@ void Config()
   gAlice->SetField(field);    
 
   Int_t iABSO=0;
-  Int_t iCASTOR=0;
+  Int_t iCRT=0;
   Int_t iDIPO=0;
   Int_t iFMD=0;
   Int_t iFRAME=0;
@@ -286,10 +286,10 @@ void Config()
     AliZDC *ZDC  = new AliZDCv1("ZDC","normal ZDC");
   }
 
-  if(iCASTOR) {
-    //=================== CASTOR parameters ============================
+  if(iCRT) {
+    //=================== CRT parameters ============================
 
-    AliCASTOR *CASTOR  = new AliCASTORv1("CASTOR","normal CASTOR");
+    AliCRT *CRT  = new AliCRTv1("CRT","normal CRT");
   }
 
   if(iTRD) {