]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSvFast.cxx
New files for folders and Stack
[u/mrichter/AliRoot.git] / PHOS / AliPHOSvFast.cxx
index c7cb322084d0395c679d73a2dc34601113e4aed3..2e3202476acf8da7ce7a61467e75f10f9edb0d7b 100644 (file)
@@ -248,7 +248,7 @@ Float_t AliPHOSvFast::GetBigBox(Int_t index)
 }
 
 //___________________________________________________________________________
-void AliPHOSvFast::MakeBranch(Option_t* opt, char *file)
+void AliPHOSvFast::MakeBranch(Option_t* opt, const char *file)
 {  
   // Create new branch in the current reconstructed Root Tree
  
@@ -259,8 +259,8 @@ void AliPHOSvFast::MakeBranch(Option_t* opt, char *file)
   char *cd = strstr(opt,"R");
   
   if (fFastRecParticles && gAlice->TreeR() && cd) {
-    gAlice->MakeBranchInTree(gAlice->TreeR(), 
-                             branchname, &fFastRecParticles, fBufferSize, file);
+    MakeBranchInTree(gAlice->TreeR(), 
+                     branchname, &fFastRecParticles, fBufferSize, file);
   }
 }