]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ConfigCharmPPR.C
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / macros / ConfigCharmPPR.C
index 2ecc5417d96cc88a6da056c86b7992ba4645c48f..619ecb2e23b2e684cccc4ac04c88d72a6ba7f888 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
@@ -101,7 +101,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;
@@ -284,10 +284,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) {
@@ -324,6 +324,13 @@ void Config()
   }
 
 
+  //=================== CRT parameters ===========================
+
+  if(iCRT) {
+    AliCRT *CRT  = new AliCRTv1("CRT","Normal CRTGPS2");
+  }
+
+
   if(iPMD) {
     //=================== PMD parameters ============================