]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCLaserTracks.h
Eff c++
[u/mrichter/AliRoot.git] / TPC / AliTPCLaserTracks.h
index 8f868e6f3dbac826d7f0cf0bfa1ed2be58ceb9b9..fd37b2699c04b310ac179cc0c8dbd6bcba3f6c59 100644 (file)
@@ -24,6 +24,8 @@ public:
     AliTPCLaserTracks();
     AliTPCLaserTracks(Int_t npoints);
     virtual ~AliTPCLaserTracks();
+    AliTPCLaserTracks(const AliTPCLaserTracks &param); // copy constructor
+    AliTPCLaserTracks &operator = (const AliTPCLaserTracks & param);
 
     Int_t GetId()    {return fId;     }
     Int_t GetSide()  {return fSide;   }