]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDReconstructor.cxx
- Move to the new attaching cluster to tracklet procedure in the stand
[u/mrichter/AliRoot.git] / TRD / AliTRDReconstructor.cxx
index 1ea05c6c3fffbf5cab8b47e599096090468f5943..edffd633d2bae80f299b7880567fb34f4186cc5d 100644 (file)
@@ -99,7 +99,7 @@ AliTRDReconstructor::~AliTRDReconstructor()
   if(fgClusters) {
     fgClusters->Delete(); delete fgClusters;
   }
-  if(TESTBIT(fSteerParam, kOwner)){
+  if(fSteerParam&kOwner){
     for(Int_t itask = 0; itask < kNtasks; itask++)
       if(fDebugStream[itask]) delete fDebugStream[itask];
   }