]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCLaserTracks.cxx
Coverity fixes for :
[u/mrichter/AliRoot.git] / TPC / AliTPCLaserTracks.cxx
index fee43ab6f4f4551886a3209200806c3ad2678bcf..bedb8a009c72a954c0a4dcd06d447b12523ad4c1 100644 (file)
@@ -115,41 +115,6 @@ AliTPCLaserTracks::AliTPCLaserTracks(Int_t npoints):TObject(),
     fNpoints = npoints;
     InitPoints();
 }
-//______________________________________________________________________
-AliTPCLaserTracks::AliTPCLaserTracks(const AliTPCLaserTracks &param):TObject(),
-    fId(-1),
-    fSide(-1),
-    fRod(-1),
-    fBundle(-1),
-    fBeam(-1),
-    fX(0.),
-    fY(0.),
-    fZ(0.),
-    fTime(0.),
-    fPhi(0.),
-    fTheta(0.),
-    fMaxSize(0),
-    fNpoints(0),
-    fXarr(0x0),
-    fYarr(0x0),
-    fZarr(0x0)
-{
-  //
-  // dummy
-  //
-  fPhi=param.fPhi;
-}
-//______________________________________________________________________
-AliTPCLaserTracks & AliTPCLaserTracks::operator=(const AliTPCLaserTracks & param)
-{
-  //
-  // assignment operator - dummy
-  //
-  if (this == &param) return (*this);
-
-  fPhi=param.fPhi;
-  return (*this);
-}
 
 //_______________________________________________________________________
 Double_t AliTPCLaserTracks::FindBeamLength(TVector3 vF, TVector3 vP)