]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDReconstructor.cxx
Coding conventions, simplifications
[u/mrichter/AliRoot.git] / TRD / AliTRDReconstructor.cxx
index 139b05b27ac2f3d5ce019186a2515e093d7b468e..69a066e8729758b960f4adcfe63543a8ff6e47a7 100644 (file)
@@ -87,20 +87,6 @@ AliTRDReconstructor::AliTRDReconstructor()
   memset(fDebugStream, 0, sizeof(TTreeSRedirector *) * AliTRDrecoParam::kTRDreconstructionTasks);
 }
 
-//_____________________________________________________________________________
-AliTRDReconstructor::AliTRDReconstructor(const AliTRDReconstructor &r)
-  :AliReconstructor(r)
-  ,fSteerParam(r.fSteerParam)
-{
-  //
-  // Copy constructor
-  //
-
-  memcpy(fDebugStream, r.fDebugStream, sizeof(TTreeSRedirector *) *AliTRDrecoParam::kTRDreconstructionTasks);
-  // ownership of debug streamers is not taken
-  CLRFLG(fSteerParam, kOwner);
-}
-
 //_____________________________________________________________________________
 AliTRDReconstructor::~AliTRDReconstructor()
 {