]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCQA.h
error in comment
[u/mrichter/AliRoot.git] / STEER / AliMCQA.h
index b097fbf20adb13c1c1b89670dd79d1e7bdfa5d53..779891cb666d5e8a0bd7560d7865b76765e1c6d5 100644 (file)
@@ -3,7 +3,7 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Id $ */
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -21,7 +21,7 @@ class AliMCQA : public TObject
 public:
   AliMCQA();
   AliMCQA(Int_t ndets);
-  AliMCQA(const AliMCQA &);
+  AliMCQA(const AliMCQA &qa);
   virtual ~AliMCQA();
   Bool_t  IsFolder() const {return kTRUE;}
   virtual  void  Browse(TBrowser *b);
@@ -52,7 +52,7 @@ protected:
 private:
   void DrawPaveLabel(TPaveLabel *&pv);
   Int_t GetHBin(const char* hname);
-  void Copy(AliMCQA& qa) const;
+  void Copy(TObject& qa) const;
 
   ClassDef(AliMCQA,1)  //Quality Assurance class for the MC
 };