]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/macro/FlukaConfig.C
RICH becomes HMPID
[u/mrichter/AliRoot.git] / TFluka / macro / FlukaConfig.C
index 382317895202d243441e1b688666c0ce10702d5e..11b39f65126da03efa58c1c7fc1422c4fa28a15b 100644 (file)
@@ -163,10 +163,10 @@ void Config()
                                                                                 
     if (sgeo == kHoles)
     {
-        comment = comment.Append(" | Holes for PHOS/RICH");
+        comment = comment.Append(" | Holes for PHOS/HMPID");
                                                                                 
     } else {
-        comment = comment.Append(" | No holes for PHOS/RICH");
+        comment = comment.Append(" | No holes for PHOS/HMPID");
     }
                                                                                 
     printf("\n \n Comment: %s \n \n", comment.Data());
@@ -190,7 +190,7 @@ void Config()
   Int_t   iPHOS  = 1; 
   Int_t   iPIPE  = 1; 
   Int_t   iPMD   = 1; 
-  Int_t   iRICH  = 1; 
+  Int_t   iHMPID  = 1; 
   Int_t   iSHIL  = 1; 
   Int_t   iSTART = 1; 
   Int_t   iTOF   = 1; 
@@ -334,10 +334,10 @@ void Config()
     }
 
 
-    if (iRICH)
+    if (iHMPID)
     {
-        //=================== RICH parameters ===========================
-        AliRICH *RICH = new AliRICHv1("RICH", "normal RICH");
+        //=================== HMPID parameters ===========================
+        AliHMPID *HMPID = new AliHMPIDv1("HMPID", "normal HMPID");
 
     }