]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDfriendTrack.h
Adding the possibility to run the analysis in eta-pT or y-pT (better for the corrections)
[u/mrichter/AliRoot.git] / STEER / AliESDfriendTrack.h
index 48b61ac5796010cce0417a1ddebc731d8ca1c97b..8eb87636f449a5f12bacef3da4a91f3dd86fa426 100644 (file)
@@ -50,9 +50,9 @@ protected:
   TObjArray      *fCalibContainer; //Array of objects for calibration    
   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;}
+  AliESDfriendTrack &operator=(const AliESDfriendTrack & /* t */) {return *this;}
 
   ClassDef(AliESDfriendTrack,2) //ESD friend track
 };