]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/macro/FlukaConfig.C
CRT becomes ACORDE
[u/mrichter/AliRoot.git] / TFluka / macro / FlukaConfig.C
index fab0feca1e5f72591bf115b77658c82d6c59bf87..f74ff0157e4d893056e59dbf2f68370f41821ead 100644 (file)
@@ -179,7 +179,7 @@ void Config()
     gAlice->SetField(field);
  
   Int_t   iABSO  = 1; 
-  Int_t   iCRT   = 1; 
+  Int_t   iACORDE   = 1; 
   Int_t   iDIPO  = 1; 
   Int_t   iFMD   = 1; 
   Int_t   iFRAME = 1; 
@@ -407,15 +407,15 @@ void Config()
         AliEMCAL *EMCAL = new AliEMCALv2("EMCAL", "SHISH_77_TRD1_2X2_FINAL_110DEG");
     }
 
-     if (iCRT)
+     if (iACORDE)
     {
-        //=================== CRT parameters ============================
-        AliCRT *CRT = new AliCRTv0("CRT", "normal ACORDE");
+        //=================== ACORDE parameters ============================
+        AliACORDE *ACORDE = new AliACORDEv0("ACORDE", "normal ACORDE");
     }
 
      if (iVZERO)
     {
-        //=================== CRT parameters ============================
+        //=================== ACORDE parameters ============================
         AliVZERO *VZERO = new AliVZEROv7("VZERO", "normal VZERO");
     }                                                                                
 }