]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDclusterizer.cxx
Several pointers were set to zero in the default constructors to avoid memory managem...
[u/mrichter/AliRoot.git] / TRD / AliTRDclusterizer.cxx
index f09587ec4898321288d8e023a76d19747850cd17..4b31225334648909606b2629f3c7d0c6ad2eaf46 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.8  2001/05/07 08:06:44  cblume
+Speedup of the code. Create only AliTRDcluster
+
 Revision 1.7  2001/03/30 14:40:14  cblume
 Update of the digitization parameter
 
@@ -95,6 +98,7 @@ AliTRDclusterizer::AliTRDclusterizer():TNamed()
   fInputFile   = NULL;
   fOutputFile  = NULL;
   fClusterTree = NULL;
+  fTRD         = 0;
   fEvent       = 0;
   fVerbose     = 0;