]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDfriendTrack.h
Cell numbering fixed for V0A
[u/mrichter/AliRoot.git] / STEER / AliESDfriendTrack.h
index ba874ad214cb4218b9ae032fb712bbb31b5bcd09..d5d89d4b76323be3a94eb55fcbf86e5d0b151427 100644 (file)
@@ -21,7 +21,7 @@ public:
     kMaxTRDcluster=180
   };
   AliESDfriendTrack();
-  AliESDfriendTrack(const AliESDfriendTrack &);
+  AliESDfriendTrack(const AliESDfriendTrack &t);
   virtual ~AliESDfriendTrack();
 
   void Set1P(Float_t p) {f1P=p;}
@@ -40,6 +40,7 @@ public:
   AliKalmanTrack *GetITStrack() {return fITStrack;}
   void AddCalibObject(TObject * calibObject); 
   TObject * GetCalibObject(Int_t index);
+
 protected:
   Float_t f1P;                     // 1/P (1/(GeV/c))
   Int_t fITSindex[kMaxITScluster]; // indices of the ITS clusters 
@@ -50,6 +51,9 @@ protected:
   AliKalmanTrack *fITStrack; //! pointer to the ITS track (debug purposes) 
   AliKalmanTrack *fTRDtrack; //! pointer to the TRD track (debug purposes) 
 
+private:
+  AliESDfriendTrack &operator=(const AliESDfriendTrack & /* t */) {return *this;}
+
   ClassDef(AliESDfriendTrack,2) //ESD friend track
 };