]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROv2.cxx
Using ALIC instead of alic (I.Hrivnacova)
[u/mrichter/AliRoot.git] / VZERO / AliVZEROv2.cxx
index 8073f3abc00e8c7fe3dee002b65b678d88599f43..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"); 
@@ -1160,14 +1160,14 @@ void AliVZEROv2::MakeBranch(Option_t *option)
   sprintf(branchname,"%s",GetName());
   printf(" fBufferSize = %d \n",fBufferSize);
   
-  char *H = strstr(option,"H");
+  const char *H = strstr(option,"H");
   
   if (fHits   && gAlice->TreeH() && H) {
     gAlice->TreeH()->Branch(branchname,&fHits, fBufferSize);
     printf("* AliDetector::MakeBranch * Making Branch %s for hits\n",branchname);
   }     
 
-  char *D = strstr(option,"D");
+  const char *D = strstr(option,"D");
   //
   if (fDigits   && gAlice->TreeD() && D) {
     gAlice->TreeD()->Branch(branchname,&fDigits, fBufferSize);