X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDReconstructor.cxx;h=69a066e8729758b960f4adcfe63543a8ff6e47a7;hb=3abc001d8af67e548bced17a48ef3ae293708f49;hp=139b05b27ac2f3d5ce019186a2515e093d7b468e;hpb=8b13487a9fd164c836d151bdbfa847659a9f285a;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDReconstructor.cxx b/TRD/AliTRDReconstructor.cxx index 139b05b27ac..69a066e8729 100644 --- a/TRD/AliTRDReconstructor.cxx +++ b/TRD/AliTRDReconstructor.cxx @@ -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() {