]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCLaserTracks.h
-fiorellas update
[u/mrichter/AliRoot.git] / TPC / AliTPCLaserTracks.h
index c4f5b387bb4ccd87d15dcc914d827daab7fe7681..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;   }
@@ -61,7 +59,7 @@ public:
 
     Int_t FindMirror(Char_t *file, Double_t x, Double_t y, Double_t z, Double_t phi);
 
-    TObjArray* GetLines(Char_t* file, Char_t *cuts="");
+    TObjArray* GetLines(const Char_t* file, const Char_t *cuts="");
 
 protected:
     Int_t fId;              //Laser beam id            (0-335)
@@ -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)
 };