]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROv0.cxx
Minor corrections (Sun)
[u/mrichter/AliRoot.git] / VZERO / AliVZEROv0.cxx
index 3d2bcab9f4c8c4d8932683e401f2a07a50b596b2..410d219e014ebb37c96406dc1f7b13db6dd77d2d 100755 (executable)
@@ -1530,14 +1530,14 @@ void AliVZEROv0::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);