]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliDigitsArray.cxx
Changes due to the coding conventions
[u/mrichter/AliRoot.git] / TPC / AliDigitsArray.cxx
index eeb6e39db9ba17bef4b566140e4e834b7f16f4e6..192b3c384e6601c00738c23aaeb6b958214a797a 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.1.4.2  2000/04/10 11:37:42  kowal2
-
-Digits handling in a new data structure
-
-*/
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -33,7 +27,6 @@ Digits handling in a new data structure
 #include "TObject.h"
 #include "AliSegmentID.h"
 #include "TObjArray.h"
-#include "AliSegmentArray.h"
 
 #include "TError.h"
 #include "AliDigits.h"
@@ -52,7 +45,7 @@ AliDigitsArray::AliDigitsArray()
 
 AliDigitsArray::~AliDigitsArray()
 {
-  if (fParam != 0) delete fParam;
+  // if (fParam != 0) delete fParam;
 }  
 
 Bool_t AliDigitsArray::Setup(AliDetectorParam *param)