]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing obsolete part of the code, left by mistake after the transition to NewIO
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Sep 2004 15:07:27 +0000 (15:07 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Sep 2004 15:07:27 +0000 (15:07 +0000)
TOF/AliTOF.cxx

index 348b2c427accd6d819440c685cce71b26b97d2b9..57637ceeba48dd3075d7ba2954e25ec8b72a0193 100644 (file)
@@ -303,17 +303,6 @@ void AliTOF::SetTreeAddress ()
   AliDetector::SetTreeAddress ();
 
   TBranch *branch;
   AliDetector::SetTreeAddress ();
 
   TBranch *branch;
-  TTree *treeD = fLoader->TreeD();
-
-  if (treeD)
-    {
-      branch = treeD->GetBranch ("TOF");
-      if (branch)
-       {
-         if (fDigits == 0x0) fDigits = new TClonesArray("AliTOFdigit",  1000); 
-         branch->SetAddress (&fDigits);
-       }
-    }
 
   if (fLoader->TreeS () )
     {
 
   if (fLoader->TreeS () )
     {