]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRD.cxx
First cleanup of Loaders
[u/mrichter/AliRoot.git] / TRD / AliTRD.cxx
index e8f69ec81d38c66b90f50375aa1d6dbd193d9fec..4c1ee0e1674e1a55c142574a5b70572d8f2ebfbe 100644 (file)
@@ -858,29 +858,6 @@ void AliTRD::LoadPoints(Int_t )
 
 }
 
-//_____________________________________________________________________________
-void AliTRD::MakeBranch(Option_t *option)
-{
-  //
-  // Create Tree branches for the TRD digits.
-  //
-
-  Int_t  buffersize = 4000;
-  Char_t branchname[15];
-  sprintf(branchname,"%s",GetName());
-
-  const Char_t *cD = strstr(option,"D");
-
-  AliDetector::MakeBranch(option);
-
-  if (fDigits         && 
-      gAlice->TreeD() && 
-      cD) {
-    MakeBranchInTree(gAlice->TreeD(),branchname,&fDigits,buffersize,0);
-  }
-
-}
-
 //_____________________________________________________________________________
 void AliTRD::ResetDigits()
 {