Using ALIC instead of alic (I.Hrivnacova)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Oct 2002 19:40:35 +0000 (19:40 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Oct 2002 19:40:35 +0000 (19:40 +0000)
VZERO/AliVZEROv0.cxx
VZERO/AliVZEROv2.cxx

index 410d219e014ebb37c96406dc1f7b13db6dd77d2d..4c53b8dc0c6846eb64d97a1326561fd195aab746 100755 (executable)
@@ -155,7 +155,7 @@ void AliVZEROv0::CreateGeometry()
 //     pflange[2] = 0.9;        
 // 
 //     gMC->Gsvolu("QFA0","TUBE", idtmed[3003], pflange, 3);
-//     gMC->Gspos("QFA0", 1 ,"alic", 0.0, 0.0, 85.0+0.9, 0, "ONLY");
+//     gMC->Gspos("QFA0", 1 ,"ALIC", 0.0, 0.0, 85.0+0.9, 0, "ONLY");
      
 //............................................................................
 
@@ -646,8 +646,7 @@ void AliVZEROv0::CreateGeometry()
        n_detec_R++;
        }
 
-
-  gMC->Gspos("V0RI",1,"alic",0.0,0.0,zdet,0,"ONLY");
+  gMC->Gspos("V0RI",1,"ALIC",0.0,0.0,zdet,0,"ONLY");
  
   n_cells_R = (n_detec_R - 1) * 5;
   printf(" \n\n\n"); 
@@ -665,7 +664,7 @@ void AliVZEROv0::CreateGeometry()
        }
 
 
-  gMC->Gspos("V0LE",1,"alic",0.0,0.0,-350.0-fThickness1/2.0,0,"ONLY");
+  gMC->Gspos("V0LE",1,"ALIC",0.0,0.0,-350.0-fThickness1/2.0,0,"ONLY");
  
   n_cells_L = (n_detec_L - 1) * 5;
   printf(" \n\n\n"); 
index 7c67e6728340f7af3b9f337b2e7957df3f4d574d..6b57c8d3042ec32ded147185176fe52ba9416588 100755 (executable)
@@ -361,7 +361,7 @@ void AliVZEROv2::CreateGeometry()
        }
 
 
-  gMC->Gspos("V0RI",1,"alic",0.0,0.0,zdet,0,"ONLY");
+  gMC->Gspos("V0RI",1,"ALIC",0.0,0.0,zdet,0,"ONLY");
  
   n_cells_R = (n_detec_R - 1) * 5;
   printf(" \n\n\n"); 
@@ -378,7 +378,7 @@ void AliVZEROv2::CreateGeometry()
        }
 
 
-  gMC->Gspos("V0LE",1,"alic",0.0,0.0,-350.0-fThickness1/2.0,0,"ONLY");
+  gMC->Gspos("V0LE",1,"ALIC",0.0,0.0,-350.0-fThickness1/2.0,0,"ONLY");
  
   n_cells_L = (n_detec_L - 1) * 5;
   printf(" \n\n\n");