]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/MUONDigitsInfo.h
Fix effc++ warnings.
[u/mrichter/AliRoot.git] / EVE / Alieve / MUONDigitsInfo.h
index 3de6bbb6cf602d7e3721cf6b224132da63c76768..938825ea8a7d2d4f00de603045e39facb76da6fc 100644 (file)
@@ -9,14 +9,13 @@ namespace Alieve {
 
 class MUONDigitsInfo : public TObject
 {
+  MUONDigitsInfo(const MUONDigitsInfo&);            // Not implemented
+  MUONDigitsInfo& operator=(const MUONDigitsInfo&); // Not implemented
 
  public:
 
-  MUONDigitsInfo(const Text_t* /*n*/="MUONDigitsInfo", const Text_t* /*t*/=0) :
-      TObject()
-      { Init(); } 
-  virtual ~MUONDigitsInfo();
+  MUONDigitsInfo() : TObject(), fDTree(0), fRTree(0), fTTree(0) {}
+  virtual ~MUONDigitsInfo() {}
 
   void SetDTree(TTree* tree);
   void SetRTree(TTree* tree);
@@ -32,7 +31,6 @@ class MUONDigitsInfo : public TObject
   
  private:
 
-  void Init();
   void CreateColors();
 
  protected: