]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliMCQA.h
Faster AliDebug. The debug message is evaluated after the check for the debug level...
[u/mrichter/AliRoot.git] / STEER / AliMCQA.h
index 861268149a1116be9f84d4b6b92c65e743182063..779891cb666d5e8a0bd7560d7865b76765e1c6d5 100644 (file)
@@ -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
 };