]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Branch split level set to 99
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 28 Jul 2001 12:02:54 +0000 (12:02 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 28 Jul 2001 12:02:54 +0000 (12:02 +0000)
TPC/AliTPC.cxx

index 9961c362921acfabf72c7f9f370464bae7c2723c..32f700e589e505a19497183eb31d7bebd6b50ab8 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.42  2001/07/28 11:38:52  hristov
+Loop variable declared once
+
 Revision 1.41  2001/07/28 10:53:50  hristov
 Digitisation done according to the general scheme (M.Ivanov)
 
@@ -2254,7 +2257,7 @@ void AliTPC::MakeBranch2(Option_t *option,const char *file)
   //
   if (fTrackHits   && gAlice->TreeH() && cH) {    
     AliObjectBranch * branch = new AliObjectBranch(branchname,"AliTPCTrackHits",&fTrackHits, 
-                                                  gAlice->TreeH(),fBufferSize);
+                                                  gAlice->TreeH(),fBufferSize,99);
     gAlice->TreeH()->GetListOfBranches()->Add(branch);
     if (GetDebug()>1) 
       printf("* AliDetector::MakeBranch * Making Branch %s for trackhits\n",branchname);