]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Using capital letters for the volume names (ALIC)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Mar 2003 10:09:39 +0000 (10:09 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Mar 2003 10:09:39 +0000 (10:09 +0000)
VZERO/AliVZEROv2.cxx

index 34f3587c48d8d761170e511d0b251e8523b4f318..972115776ea2bcf209b2eb8f708c4d55e846dd7c 100755 (executable)
@@ -335,7 +335,7 @@ void AliVZEROv2::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) * 6;  
   printf("    Number of cells on Right side =   %d\n",  n_cells_R);    
@@ -350,7 +350,7 @@ void AliVZEROv2::CreateGeometry()
         n_detec_L++;
        }
 
-  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) * 6;
   printf("    Number of cells on Left side  =   %d\n",  n_cells_L);