]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDetector.cxx
restricting the consistency check for symbolic names to the subdetectors present...
[u/mrichter/AliRoot.git] / STEER / AliDetector.cxx
index 628332ba39bd21b8b8d6d528a772e0d642d6dbbd..861207382106681165faf0760db228afd29cc7ff 100644 (file)
@@ -34,6 +34,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <TBrowser.h>
+#include <TClonesArray.h>
 #include <TTree.h>
 
 #include "AliLog.h"
@@ -412,8 +413,6 @@ void AliDetector::SetTreeAddress()
     branch = treeD->GetBranch(GetName());
     if (branch) branch->SetAddress(&fDigits);
   }
-  
-  AliModule::SetTreeAddress();
 }
 
 //_______________________________________________________________________