]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOF.cxx
New files for folders and Stack
[u/mrichter/AliRoot.git] / TOF / AliTOF.cxx
index deb4478db015b6f1aca09119dd42d886a0391e15..9d4225213e359fd99d27eabe4d6bc5d085705062 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.20  2001/05/04 10:09:47  vicinanz
+Major upgrades to the strip structure
+
 Revision 1.19  2001/03/12 17:47:25  hristov
 Changes needed on Sun with CC 5.0
 
@@ -406,7 +409,7 @@ void AliTOF::Init()
 }
 
 //____________________________________________________________________________
-void AliTOF::MakeBranch(Option_t* option, char *file)
+void AliTOF::MakeBranch(Option_t* option, const char *file)
 {
  //
  // Initializes the Branches of the TOF inside the 
@@ -425,7 +428,7 @@ void AliTOF::MakeBranch(Option_t* option, char *file)
   const char *D = strstr(option,"D");
 
   if (fDigits && gAlice->TreeD() && D){
-     gAlice->MakeBranchInTree(gAlice->TreeD(), 
+     MakeBranchInTree(gAlice->TreeD(), 
                               branchname, &fDigits,buffersize, file) ;
   }
 }