]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCLaserTracks.h
fix for mem leak
[u/mrichter/AliRoot.git] / TPC / AliTPCLaserTracks.h
index 2ddcd7c084eae73131a1c188d17cebc872a9ec06..f23316026176c8553556b5241bd7d2ae729bff18 100644 (file)
@@ -23,8 +23,6 @@ public:
     AliTPCLaserTracks();
     AliTPCLaserTracks(Int_t npoints);
     virtual ~AliTPCLaserTracks();
-    AliTPCLaserTracks(const AliTPCLaserTracks &param); // copy constructor
-    AliTPCLaserTracks &operator = (const AliTPCLaserTracks & param);
 
     Int_t GetId()    const {return fId;     }
     Int_t GetSide()  const {return fSide;   }
@@ -89,6 +87,10 @@ protected:
 
     Double_t FindBeamLength(TVector3 vS, TVector3 vP);
 
+private:
+    AliTPCLaserTracks(const AliTPCLaserTracks &param); // copy constructor
+    AliTPCLaserTracks &operator = (const AliTPCLaserTracks & param);
+
     ClassDef(AliTPCLaserTracks,1)
 };