]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliMUONFastTracking.h
Non-implemented method are commented out or moved to the private part of the class
[u/mrichter/AliRoot.git] / FASTSIM / AliMUONFastTracking.h
index eb52e4d844dc119c57a57e195e27c3ed3c57efff..ab8971c467d790b72a9e2bcc52ad53cb9cf2c8d6 100644 (file)
@@ -85,9 +85,9 @@ class AliMUONFastTracking :  public TObject {
     ClassDef(AliMUONFastTracking,1)      // Fast MUON Tracking Data Handler
  private:
     AliMUONFastTracking();
-    AliMUONFastTracking(Float_t bkg){;}
+    AliMUONFastTracking(Float_t /*bkg*/);
     AliMUONFastTracking(const AliMUONFastTracking &ft);
-    void Copy(AliMUONFastTracking &) const;
+    void Copy(TObject &) const;
     AliMUONFastTracking& operator=(const AliMUONFastTracking & rhs);
 };